C# 클래스 RohBot.ChatLine

상속: HistoryLine
파일 보기 프로젝트 열기: Rohansi/RohBot

공개 프로퍼티들

프로퍼티 타입 설명
InGame bool
Sender string
SenderId string
SenderStyle string
UserType string

공개 메소드들

메소드 설명
ChatLine ( ) : System
ChatLine ( long date, string chat, string userType, string sender, string senderId, string senderStyle, string content, bool inGame ) : System
Insert ( ) : void

메소드 상세

ChatLine() 공개 메소드

public ChatLine ( ) : System
리턴 System

ChatLine() 공개 메소드

public ChatLine ( long date, string chat, string userType, string sender, string senderId, string senderStyle, string content, bool inGame ) : System
date long
chat string
userType string
sender string
senderId string
senderStyle string
content string
inGame bool
리턴 System

Insert() 공개 메소드

public Insert ( ) : void
리턴 void

프로퍼티 상세

InGame 공개적으로 프로퍼티

public bool InGame
리턴 bool

Sender 공개적으로 프로퍼티

public string Sender
리턴 string

SenderId 공개적으로 프로퍼티

public string SenderId
리턴 string

SenderStyle 공개적으로 프로퍼티

public string SenderStyle
리턴 string

UserType 공개적으로 프로퍼티

public string UserType
리턴 string