Property | Type | Description | |
---|---|---|---|
_isExpanded | bool | ||
_isSelected | bool |
Property | Type | Description | |
---|---|---|---|
UpdateError | void | ||
getValidations | System.ComponentModel.DataAnnotations.ValidationAttribute[] | ||
getValueGetter | object | ||
validate | bool |
Method | Description | |
---|---|---|
this ( string columnName ) : string |
Method | Description | |
---|---|---|
OnPropertyChanged ( string name ) : void |
This is required to create on property changed events
|
Method | Description | |
---|---|---|
UpdateError ( ) : void | ||
getValidations ( |
||
getValueGetter ( |
||
validate ( System.ComponentModel.DataAnnotations.ValidationAttribute v, object value ) : bool |
protected OnPropertyChanged ( string name ) : void | ||
name | string | What property of this object has changed |
return | void |