Property | Type | Description | |
---|---|---|---|
GetFieldNameRuleSet | |||
RaiseCanAddRemoveChanged | void |
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.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Method | Description | |
---|---|---|
GetFieldNameRuleSet ( ) : |
||
RaiseCanAddRemoveChanged ( ) : void |
public GatherSystemInformationTO ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
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 |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public Validate ( string propertyName, IRuleSet ruleSet ) : bool | ||
propertyName | string | |
ruleSet | IRuleSet | |
return | bool |
public Validate ( string propertyName, string datalist ) : bool | ||
propertyName | string | |
datalist | string | |
return | bool |
public this ( string columnName ) : string | ||
columnName | string | The name of the property whose error message to get. |
return | string |