C# Class Tp.Integration.Plugin.Common.Tests.Router.Model.TestMessage

ファイルを表示 Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
IsNotStopMessage ( string tag, TestMessage message ) : bool
NewMessage ( string tag, string body ) : TestMessage
StopMessage ( string tag ) : TestMessage
ToString ( ) : string

Private Methods

Method Description
TestMessage ( string tag, string body )

Method Details

IsNotStopMessage() public static method

public static IsNotStopMessage ( string tag, TestMessage message ) : bool
tag string
message TestMessage
return bool

NewMessage() public static method

public static NewMessage ( string tag, string body ) : TestMessage
tag string
body string
return TestMessage

StopMessage() public static method

public static StopMessage ( string tag ) : TestMessage
tag string
return TestMessage

ToString() public method

public ToString ( ) : string
return string