C# Class Gu.Wpf.ValidationScope.Demo.NotifyDataErrorInfoVm

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

Public Methods

Method Description
GetErrors ( string propertyName ) : IEnumerable

Protected Methods

Method Description
OnErrorsChanged ( string propertyName = null ) : void

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GetErrors() public method

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

OnErrorsChanged() protected method

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