C# Class VSTalk.Engine.ViewModel.Messenger.ChatFrameViewModel

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

Private Properties

Property Type Description
SetCommands void
ShowMainWindowExecuted void

Public Methods

Method Description
AttachEntity ( Interlocutor interlocutor ) : void
AttachEntity ( Room room ) : void
ChatFrameViewModel ( ) : System.Collections.ObjectModel
StartListen ( ) : void
StopListen ( ) : void

Protected Methods

Method Description
FinishConversationExecuted ( IChatViewModel interlocutorModel ) : void
PasteActiveDocumentExecuted ( ) : void
PasteCallStackExecuted ( ) : void
PasteDebugOutputExecuted ( ) : void
SendMessageCanExecute ( ) : bool
SendMessageExecuted ( ) : void

Private Methods

Method Description
SetCommands ( ) : void
ShowMainWindowExecuted ( ) : void

Method Details

AttachEntity() public method

public AttachEntity ( Interlocutor interlocutor ) : void
interlocutor VSTalk.Model.Interlocutor
return void

AttachEntity() public method

public AttachEntity ( Room room ) : void
room VSTalk.Model.Room
return void

ChatFrameViewModel() public method

public ChatFrameViewModel ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

FinishConversationExecuted() protected method

protected FinishConversationExecuted ( IChatViewModel interlocutorModel ) : void
interlocutorModel IChatViewModel
return void

PasteActiveDocumentExecuted() protected method

protected PasteActiveDocumentExecuted ( ) : void
return void

PasteCallStackExecuted() protected method

protected PasteCallStackExecuted ( ) : void
return void

PasteDebugOutputExecuted() protected method

protected PasteDebugOutputExecuted ( ) : void
return void

SendMessageCanExecute() protected method

protected SendMessageCanExecute ( ) : bool
return bool

SendMessageExecuted() protected method

protected SendMessageExecuted ( ) : void
return void

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void