C# Class VSTalk.Engine.ViewModel.Editors.ContactEditor.ContactEditorViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: Irdis/VSTalk Class Usage Examples

Public Methods

Method Description
ContactEditorViewModel ( Client client = null ) : System

Protected Methods

Method Description
OnRejected ( ) : void
OnSaved ( ) : void

Private Methods

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

Method Details

ContactEditorViewModel() public method

public ContactEditorViewModel ( Client client = null ) : System
client VSTalk.Model.Client
return System

OnRejected() protected method

protected OnRejected ( ) : void
return void

OnSaved() protected method

protected OnSaved ( ) : void
return void