C# Class Engine.Model.Entities.Message

Afficher le fichier Open project: Nirklav/TCPChat Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Message ( string owner, long id, string text ) : System
owner string
id long
text string
Résultat System

Message() public méthode

public Message ( string owner, long id, string text, System.DateTime time ) : System
owner string
id long
text string
time System.DateTime
Résultat System

TryConcat() public méthode

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