C# Class OpenNos.Core.Networking.Communication.Scs.Communication.Messages.ScsMessage

Inheritance: IScsMessage
ファイルを表示 Open project: OpenNos/OpenNos

Public Methods

Method Description
ScsMessage ( ) : System

Creates a new ScsMessage.

ScsMessage ( string repliedMessageId ) : System

Creates a new reply ScsMessage.

ToString ( ) : string

Creates a string to represents this object.

Method Details

ScsMessage() public method

Creates a new ScsMessage.
public ScsMessage ( ) : System
return System

ScsMessage() public method

Creates a new reply ScsMessage.
public ScsMessage ( string repliedMessageId ) : System
repliedMessageId string Replied message id if this is a reply for a message.
return System

ToString() public method

Creates a string to represents this object.
public ToString ( ) : string
return string