C# Class Engine.Model.Entities.Message

Mostrar archivo Open project: Nirklav/TCPChat Class Usage Examples

Public Methods

Method Description
Message ( string owner, long id, string text ) : System
Message ( string owner, long id, string text, System.DateTime time ) : System
TryConcat ( Message other ) : bool

Пытается соединенить сообщение.

Method Details

Message() public method

public Message ( string owner, long id, string text ) : System
owner string
id long
text string
return System

Message() public method

public Message ( string owner, long id, string text, System.DateTime time ) : System
owner string
id long
text string
time System.DateTime
return System

TryConcat() public method

Пытается соединенить сообщение.
public TryConcat ( Message other ) : bool
other Message Другое сообщение.
return bool