Свойство | Тип | Описание | |
---|---|---|---|
GetFieldNameRuleSet | |||
RaiseCanAddRemoveChanged | void |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Метод | Описание | |
---|---|---|
GetFieldNameRuleSet ( ) : |
||
RaiseCanAddRemoveChanged ( ) : void |
public GatherSystemInformationTO ( ) : System.Collections.Generic | ||
Результат | 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 | |
Результат | System.Collections.Generic |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
Результат | void |
public Validate ( string propertyName, IRuleSet ruleSet ) : bool | ||
propertyName | string | |
ruleSet | IRuleSet | |
Результат | bool |
public Validate ( string propertyName, string datalist ) : bool | ||
propertyName | string | |
datalist | string | |
Результат | bool |
public this ( string columnName ) : string | ||
columnName | string | The name of the property whose error message to get. |
Результат | string |