C# Class VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Command.BaseRenderingCommand

Datei anzeigen Open project: Irdis/VSTalk

Public Methods

Method Description
Execute ( ) : void

Protected Methods

Method Description
BaseRenderingCommand ( ConversationModel conversationModel ) : VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Model

Method Details

BaseRenderingCommand() protected method

protected BaseRenderingCommand ( ConversationModel conversationModel ) : VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Model
conversationModel VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Model.ConversationModel
return VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Model

Execute() public abstract method

public abstract Execute ( ) : void
return void