namespace WallstopStudios.DataVisualizer.Editor.Search { public static class MatchSource { public const string ObjectName = "ObjectName"; public const string TypeName = "TypeName"; public const string Guid = "GUID"; } }