C# Class WithNonGenericInternal.ModelWithImplementation

Inheritance: INotifyPropertyChanged, IDataErrorInfo, INotifyDataErrorInfo
Afficher le fichier Open project: Fody/Validar

Méthodes publiques

Méthode Description
GetErrors ( string propertyName ) : IEnumerable
ModelWithImplementation ( ) : System
OnPropertyChanged ( string propertyName ) : void
this ( string columnName ) : string

Method Details

GetErrors() public méthode

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

ModelWithImplementation() public méthode

public ModelWithImplementation ( ) : System
Résultat System

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

this() public méthode

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