프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_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 |