C# Class VSTalk.Engine.ViewModel.Editors.ClientEditor.ClientEditorViewModel

Inheritance: INotifyPropertyChanged, IListener
Show file Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Property Type Description
RejectChangesExecuted void
SaveChangesCanExecute bool
SaveChangesExecuted void
SetCommands void

Public Methods

Method Description
ClientEditorViewModel ( ) : System
ClientEditorViewModel ( Client client ) : System
StartListen ( ) : void
StopListen ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
OnRejected ( ) : void
OnSaved ( ) : void

Private Methods

Method Description
RejectChangesExecuted ( ) : void
SaveChangesCanExecute ( ) : bool
SaveChangesExecuted ( ) : void
SetCommands ( ) : void

Method Details

ClientEditorViewModel() public method

public ClientEditorViewModel ( ) : System
return System

ClientEditorViewModel() public method

public ClientEditorViewModel ( Client client ) : System
client VSTalk.Model.Client
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

OnRejected() protected method

protected OnRejected ( ) : void
return void

OnSaved() protected method

protected OnSaved ( ) : void
return void

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void