C# Class Fluent.ModelBase

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

Méthodes publiques

Méthode Description
ModelBase ( ) : System
OnPropertyChanged ( string propertyName ) : void
this ( string propertyName ) : string

Method Details

ModelBase() public méthode

public ModelBase ( ) : 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 propertyName ) : string
propertyName string
Résultat string