C# Class VSTalk.Engine.ViewModel.Editors.RoomEditor.RoomEditorViewModel

Mostrar archivo Open project: Irdis/VSTalk Class Usage Examples

Public Methods

Method Description
RoomEditorViewModel ( Client client ) : System

Protected Methods

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

Private Methods

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

Method Details

OnRejected() protected method

protected OnRejected ( ) : void
return void

OnSaved() protected method

protected OnSaved ( ) : void
return void

RoomEditorViewModel() public method

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