Method | Description | |
---|---|---|
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 | |
return | IRuleSet |
public Validate ( string propertyName, IRuleSet ruleSet ) : bool | ||
propertyName | string | |
ruleSet | IRuleSet | |
return | bool |
public Validate ( string propertyName, string datalist ) : bool | ||
propertyName | string | |
datalist | string | |
return | bool |