Метод | Описание | |
---|---|---|
GetRuleSet ( string propertyName, string datalist ) : IRuleSet | ||
Validate ( string propertyName, IRuleSet ruleSet ) : bool | ||
Validate ( string propertyName, string datalist ) : bool | ||
this ( string columnName ) : string |
public abstract GetRuleSet ( string propertyName, string datalist ) : IRuleSet | ||
propertyName | string | |
datalist | string | |
Результат | IRuleSet |
public Validate ( string propertyName, IRuleSet ruleSet ) : bool | ||
propertyName | string | |
ruleSet | IRuleSet | |
Результат | bool |
public Validate ( string propertyName, string datalist ) : bool | ||
propertyName | string | |
datalist | string | |
Результат | bool |
public this ( string columnName ) : string | ||
columnName | string | |
Результат | string |