C# 클래스 PlexServiceTray.ObservableObject

상속: INotifyPropertyChanged, IDataErrorInfo
파일 보기 프로젝트 열기: cjmurph/PmsService

보호된 프로퍼티들

프로퍼티 타입 설명
_isExpanded bool
_isSelected bool

Private Properties

프로퍼티 타입 설명
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 ( PropertyInfo property ) : System.ComponentModel.DataAnnotations.ValidationAttribute[]
getValueGetter ( PropertyInfo property ) : object
validate ( System.ComponentModel.DataAnnotations.ValidationAttribute v, object value ) : bool

메소드 상세

OnPropertyChanged() 보호된 메소드

This is required to create on property changed events
protected OnPropertyChanged ( string name ) : void
name string What property of this object has changed
리턴 void

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string

프로퍼티 상세

_isExpanded 보호되어 있는 프로퍼티

protected bool _isExpanded
리턴 bool

_isSelected 보호되어 있는 프로퍼티

protected bool _isSelected
리턴 bool