C# Class Gu.Wpf.PropertyGrid.Demo.DummySettings

Inheritance: INotifyPropertyChanged, INotifyDataErrorInfo
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Méthodes publiques

Méthode Description
DummySettings ( ) : System
GetErrors ( string propertyName ) : IEnumerable

Méthodes protégées

Méthode Description
OnErrorsChanged ( [ propertyName = null ) : void

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

DummySettings() public méthode

public DummySettings ( ) : System
Résultat System

GetErrors() public méthode

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
Résultat IEnumerable

OnErrorsChanged() protected méthode

protected OnErrorsChanged ( [ propertyName = null ) : void
propertyName [
Résultat void