C# Class Dev2.TO.ValidatedObject

Inheritance: ObservableObject, IPerformsValidation
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
GetRuleSet ( string propertyName, string datalist ) : IRuleSet
Validate ( string propertyName, IRuleSet ruleSet ) : bool
Validate ( string propertyName, string datalist ) : bool
this ( string columnName ) : string

Method Details

GetRuleSet() public abstract méthode

public abstract GetRuleSet ( string propertyName, string datalist ) : IRuleSet
propertyName string
datalist string
Résultat IRuleSet

Validate() public méthode

public Validate ( string propertyName, IRuleSet ruleSet ) : bool
propertyName string
ruleSet IRuleSet
Résultat bool

Validate() public méthode

public Validate ( string propertyName, string datalist ) : bool
propertyName string
datalist string
Résultat bool

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string