C# Class Exrin.Framework.VisualState

Inheritance: BindableModel, IVisualState
Exibir arquivo Open project: exrin/Exrin

Public Methods

Method Description
Disposing ( ) : void
Init ( ) : void
VisualState ( IBaseModel model ) : Abstraction

Protected Methods

Method 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

Method Description
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Disposing() public method

public Disposing ( ) : void
return void

HookEvents() protected method

protected HookEvents ( ) : void
return void

Init() public method

public Init ( ) : void
return void

OnModelStatePropertyChanged() protected method

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

VisualState() public method

public VisualState ( IBaseModel model ) : Abstraction
model IBaseModel
return Abstraction