C# Class Mycroft.Cmd.Msg.MessageArchive

Inheritance: ICommandable
ファイルを表示 Open project: rit-sse-mycroft/core Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Issue ( Command command ) : void

Applies a command to the Message archive

MessageArchive ( Int32 hours, Int32 minutes = 30, Int32 seconds ) : System
TryPostMessage ( MsgCommand mc ) : System.Boolean
this ( String guid ) : MsgCommand

Method Details

Issue() public method

Applies a command to the Message archive
public Issue ( Command command ) : void
command Command
return void

MessageArchive() public method

public MessageArchive ( Int32 hours, Int32 minutes = 30, Int32 seconds ) : System
hours System.Int32
minutes System.Int32
seconds System.Int32
return System

TryPostMessage() public method

public TryPostMessage ( MsgCommand mc ) : System.Boolean
mc MsgCommand
return System.Boolean

this() public method

public this ( String guid ) : MsgCommand
guid String
return MsgCommand