C# Class PlexServiceTray.ObservableObject

Inheritance: INotifyPropertyChanged, IDataErrorInfo
Afficher le fichier Open project: cjmurph/PmsService

Protected Properties

Свойство Type Description
_isExpanded bool
_isSelected bool

Private Properties

Свойство Type Description
UpdateError void
getValidations System.ComponentModel.DataAnnotations.ValidationAttribute[]
getValueGetter object
validate bool

Méthodes publiques

Méthode Description
this ( string columnName ) : string

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

This is required to create on property changed events

Private Methods

Méthode 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 méthode

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

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string

Property Details

_isExpanded protected_oe property

protected bool _isExpanded
Résultat bool

_isSelected protected_oe property

protected bool _isSelected
Résultat bool