C# Class Dev2.BaseConvertTO

Inheritance: IDev2TOFn, IPerformsValidation
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description
RaiseCanAddRemoveChanged void

Méthodes publiques

Méthode Description
BaseConvertTO ( ) : System.Collections.Generic
BaseConvertTO ( string fromExpression, string fromType, string toType, string toExpression, int indexNumber, bool inserted = false ) : System.Collections.Generic
CanAdd ( ) : bool
CanRemove ( ) : bool
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
RaiseCanAddRemoveChanged ( ) : void

Method Details

BaseConvertTO() public méthode

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

BaseConvertTO() public méthode

public BaseConvertTO ( string fromExpression, string fromType, string toType, string toExpression, int indexNumber, bool inserted = false ) : System.Collections.Generic
fromExpression string
fromType string
toType string
toExpression string
indexNumber int
inserted bool
Résultat System.Collections.Generic

CanAdd() public méthode

public CanAdd ( ) : bool
Résultat bool

CanRemove() public méthode

public CanRemove ( ) : bool
Résultat bool

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