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

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

Méthodes publiques

Méthode Description
GetErrors ( string propertyName ) : IEnumerable

Méthodes protégées

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

Private Methods

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

Method Details

GetErrors() public méthode

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

OnErrorsChanged() protected méthode

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