C# Class RohBot.ChatLine

Inheritance: HistoryLine
Show file Open project: Rohansi/RohBot

Public Properties

Property Type Description
InGame bool
Sender string
SenderId string
SenderStyle string
UserType string

Public Methods

Method Description
ChatLine ( ) : System
ChatLine ( long date, string chat, string userType, string sender, string senderId, string senderStyle, string content, bool inGame ) : System
Insert ( ) : void

Method Details

ChatLine() public method

public ChatLine ( ) : System
return System

ChatLine() public method

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
return System

Insert() public method

public Insert ( ) : void
return void

Property Details

InGame public property

public bool InGame
return bool

Sender public property

public string Sender
return string

SenderId public property

public string SenderId
return string

SenderStyle public property

public string SenderStyle
return string

UserType public property

public string UserType
return string