C# Class ThemeEditor.WPF.Themes.ViewModelBase

Inheritance: INotifyPropertyChanged, IDisposable
Exibir arquivo Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Private Properties

Property Type Description
OnPropertyChanged void

Public Methods

Method Description
Dispose ( ) : void
InvalidateModel ( ) : void

Protected Methods

Method Description
OnViewModelChanged ( ViewModelChangedArgs args ) : void
RaiseViewModelChanged ( string property, object oldValue, object newValue ) : void
ViewModelBase ( object model, string tag ) : System

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InvalidateModel() public method

public InvalidateModel ( ) : void
return void

OnViewModelChanged() protected method

protected OnViewModelChanged ( ViewModelChangedArgs args ) : void
args ViewModelChangedArgs
return void

RaiseViewModelChanged() protected method

protected RaiseViewModelChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
return void

ViewModelBase() protected method

protected ViewModelBase ( object model, string tag ) : System
model object
tag string
return System