Свойство | Тип | Описание | |
---|---|---|---|
_isExpanded | bool | ||
_isSelected | bool |
Свойство | Тип | Описание | |
---|---|---|---|
UpdateError | void | ||
getValidations | System.ComponentModel.DataAnnotations.ValidationAttribute[] | ||
getValueGetter | object | ||
validate | bool |
Метод | Описание | |
---|---|---|
this ( string columnName ) : string |
Метод | Описание | |
---|---|---|
OnPropertyChanged ( string name ) : void |
This is required to create on property changed events
|
Метод | Описание | |
---|---|---|
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 |
Результат | void |
public this ( string columnName ) : string | ||
columnName | string | |
Результат | string |