public static bool IsCorrector(TypeGM typeGM) { return(Enum.GetName(typeof(TypeGM), typeGM).StartsWith("Correct")); }
public static bool IsValidator(TypeGM typeGM) { return(Enum.GetName(typeof(TypeGM), typeGM).StartsWith("Validate")); }
public static bool IsSourceValidator(TypeGM typeGM) { return((typeGM == TypeGM.ValidateSimpSource) || (typeGM == TypeGM.ValidateCompSource) || (typeGM == TypeGM.ValidateTypeGlyphSource)); }
public static bool IsCorrector(TypeGM typeGM) { return (Enum.GetName(typeof(TypeGM),typeGM).StartsWith("Correct")); }
public static bool IsValidator(TypeGM typeGM) { return (Enum.GetName(typeof(TypeGM),typeGM).StartsWith("Validate")); }
public static bool IsSourceValidator(TypeGM typeGM) { return ((typeGM==TypeGM.ValidateSimpSource)|| (typeGM==TypeGM.ValidateCompSource)|| (typeGM==TypeGM.ValidateTypeGlyphSource)); }