C# Class DataAnnotations.ModelBase

Inheritance: IDataErrorInfo, INotifyPropertyChanged
Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver

Méthodes publiques

Méthode Description
OnPropertyChanged ( string propertyName, object before, object after ) : void
this ( string propertyName ) : string

Method Details

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName, object before, object after ) : void
propertyName string
before object
after object
Résultat void

this() public méthode

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