C# 클래스 SEModAPIExtensions.API.ChatManager.ChatEvent

파일 보기 프로젝트 열기: rexxar-tc/SEServerExtender 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Message string
Priority ushort
RemoteUserId ulong
SourceUserId ulong
Timestamp System.DateTime
Type ChatEventType

공개 메소드들

메소드 설명
ChatEvent ( ChatEventType type, System.DateTime timestamp, ulong sourceUserId, ulong remoteUserId, string message, ushort priority ) : System
ChatEvent ( System.DateTime timestamp, ulong remoteUserId, string message ) : System

메소드 상세

ChatEvent() 공개 메소드

public ChatEvent ( ChatEventType type, System.DateTime timestamp, ulong sourceUserId, ulong remoteUserId, string message, ushort priority ) : System
type ChatEventType
timestamp System.DateTime
sourceUserId ulong
remoteUserId ulong
message string
priority ushort
리턴 System

ChatEvent() 공개 메소드

public ChatEvent ( System.DateTime timestamp, ulong remoteUserId, string message ) : System
timestamp System.DateTime
remoteUserId ulong
message string
리턴 System

프로퍼티 상세

Message 공개적으로 프로퍼티

public string Message
리턴 string

Priority 공개적으로 프로퍼티

public ushort Priority
리턴 ushort

RemoteUserId 공개적으로 프로퍼티

public ulong RemoteUserId
리턴 ulong

SourceUserId 공개적으로 프로퍼티

public ulong SourceUserId
리턴 ulong

Timestamp 공개적으로 프로퍼티

public DateTime,System Timestamp
리턴 System.DateTime

Type 공개적으로 프로퍼티

public ChatEventType Type
리턴 ChatEventType