예제 #1
0
 private static string GetFilterTypeString(FilterType filterType)
 {
     return(filterType.AsString(EnumFormat.DisplayName));
 }