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

Inheritance: INotifyPropertyChanged, INotifyDataErrorInfo
Exibir arquivo Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Public Methods

Method Description
DummySettings ( ) : System
GetErrors ( string propertyName ) : IEnumerable

Protected Methods

Method Description
OnErrorsChanged ( [ propertyName = null ) : void

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

DummySettings() public method

public DummySettings ( ) : System
return System

GetErrors() public method

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
return IEnumerable

OnErrorsChanged() protected method

protected OnErrorsChanged ( [ propertyName = null ) : void
propertyName [
return void