C# 클래스 Mycroft.Cmd.Msg.MessageArchive

상속: ICommandable
파일 보기 프로젝트 열기: rit-sse-mycroft/core 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Issue() 공개 메소드

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

MessageArchive() 공개 메소드

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

TryPostMessage() 공개 메소드

public TryPostMessage ( MsgCommand mc ) : System.Boolean
mc MsgCommand
리턴 System.Boolean

this() 공개 메소드

public this ( String guid ) : MsgCommand
guid String
리턴 MsgCommand