C# 클래스 Engine.Model.Entities.Message

파일 보기 프로젝트 열기: Nirklav/TCPChat 1 사용 예제들

공개 메소드들

메소드 설명
Message ( string owner, long id, string text ) : System
Message ( string owner, long id, string text, System.DateTime time ) : System
TryConcat ( Message other ) : bool

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

메소드 상세

Message() 공개 메소드

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

Message() 공개 메소드

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

TryConcat() 공개 메소드

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