C# Class Dev2.BaseConvertTO

Inheritance: IDev2TOFn, IPerformsValidation
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description
RaiseCanAddRemoveChanged void

Public Methods

Method 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.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
RaiseCanAddRemoveChanged ( ) : void

Method Details

BaseConvertTO() public method

public BaseConvertTO ( ) : System.Collections.Generic
return System.Collections.Generic

BaseConvertTO() public method

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
return System.Collections.Generic

CanAdd() public method

public CanAdd ( ) : bool
return bool

CanRemove() public method

public CanRemove ( ) : bool
return bool

ClearRow() public method

public ClearRow ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Validate() public method

public Validate ( string propertyName, IRuleSet ruleSet ) : bool
propertyName string
ruleSet IRuleSet
return bool

Validate() public method

public Validate ( string propertyName, string datalist ) : bool
propertyName string
datalist string
return bool

this() public method

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.
return string