C# Class PlexServiceTray.ObservableObject

Inheritance: INotifyPropertyChanged, IDataErrorInfo
显示文件 Open project: cjmurph/PmsService

Protected Properties

Property Type Description
_isExpanded bool
_isSelected bool

Private Properties

Property Type Description
UpdateError void
getValidations System.ComponentModel.DataAnnotations.ValidationAttribute[]
getValueGetter object
validate bool

Public Methods

Method Description
this ( string columnName ) : string

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

This is required to create on property changed events

Private Methods

Method Description
UpdateError ( ) : void
getValidations ( PropertyInfo property ) : System.ComponentModel.DataAnnotations.ValidationAttribute[]
getValueGetter ( PropertyInfo property ) : object
validate ( System.ComponentModel.DataAnnotations.ValidationAttribute v, object value ) : bool

Method Details

OnPropertyChanged() protected method

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

this() public method

public this ( string columnName ) : string
columnName string
return string

Property Details

_isExpanded protected_oe property

protected bool _isExpanded
return bool

_isSelected protected_oe property

protected bool _isSelected
return bool