C# Class Dev2.CaseConvertTO

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

Private Properties

Свойство Type Description
GetFieldNameRuleSet Dev2.Providers.Validation.Rules.RuleSet
RaiseCanAddRemoveChanged void

Méthodes publiques

Méthode Description
CanAdd ( ) : bool
CanRemove ( ) : bool
CaseConvertTO ( ) : System.Collections.Generic
CaseConvertTO ( string stringToConvert, string convertType, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
ClearRow ( ) : void
Validate ( string propertyName, IRuleSet ruleSet ) : bool
Validate ( string propertyName, string datalist ) : bool
this ( string columnName ) : string

Gets the error message for the property with the given name.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
GetFieldNameRuleSet ( ) : RuleSet
RaiseCanAddRemoveChanged ( ) : void

Method Details

CanAdd() public méthode

public CanAdd ( ) : bool
Résultat bool

CanRemove() public méthode

public CanRemove ( ) : bool
Résultat bool

CaseConvertTO() public méthode

public CaseConvertTO ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CaseConvertTO() public méthode

public CaseConvertTO ( string stringToConvert, string convertType, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
stringToConvert string
convertType string
result string
indexNumber int
inserted bool
Résultat System.Collections.Generic

ClearRow() public méthode

public ClearRow ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

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

Gets the error message for the property with the given name.
public this ( string columnName ) : string
columnName string The name of the property whose error message to get.
Résultat string