C# Class Exrin.Framework.VisualState

Inheritance: BindableModel, IVisualState
Afficher le fichier Open project: exrin/Exrin

Méthodes publiques

Méthode Description
Disposing ( ) : void
Init ( ) : void
VisualState ( IBaseModel model ) : Abstraction

Méthodes protégées

Méthode Description
HookEvents ( ) : void
OnModelStatePropertyChanged ( string propertyName ) : void

Will copy the value from the Model State into the Visual State when the Model property changes

Private Methods

Méthode Description
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Disposing() public méthode

public Disposing ( ) : void
Résultat void

HookEvents() protected méthode

protected HookEvents ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

OnModelStatePropertyChanged() protected méthode

Will copy the value from the Model State into the Visual State when the Model property changes
protected OnModelStatePropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

VisualState() public méthode

public VisualState ( IBaseModel model ) : Abstraction
model IBaseModel
Résultat Abstraction