C# Class Dev2.GatherSystemInformationTO

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

Private Properties

Property Type Description
GetFieldNameRuleSet Dev2.Providers.Validation.Rules.RuleSet
RaiseCanAddRemoveChanged void

Public Methods

Method Description
CanAdd ( ) : bool
CanRemove ( ) : bool
ClearRow ( ) : void
GatherSystemInformationTO ( ) : System.Collections.Generic
GatherSystemInformationTO ( enTypeOfSystemInformationToGather enTypeOfSystemInformation, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
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
GetFieldNameRuleSet ( ) : RuleSet
RaiseCanAddRemoveChanged ( ) : void

Method Details

CanAdd() public method

public CanAdd ( ) : bool
return bool

CanRemove() public method

public CanRemove ( ) : bool
return bool

ClearRow() public method

public ClearRow ( ) : void
return void

GatherSystemInformationTO() public method

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

GatherSystemInformationTO() public method

public GatherSystemInformationTO ( enTypeOfSystemInformationToGather enTypeOfSystemInformation, string result, int indexNumber, bool inserted = false ) : System.Collections.Generic
enTypeOfSystemInformation enTypeOfSystemInformationToGather
result string
indexNumber int
inserted bool
return System.Collections.Generic

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