프로퍼티 | 타입 | 설명 | |
---|---|---|---|
RaiseCanAddRemoveChanged | void |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
메소드 | 설명 | |
---|---|---|
RaiseCanAddRemoveChanged ( ) : void |
public BaseConvertTO ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
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 | |
리턴 | 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 |