C# Class RohBot.ChatLine

Inheritance: HistoryLine
Mostrar archivo 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_oe property

public bool InGame
return bool

Sender public_oe property

public string Sender
return string

SenderId public_oe property

public string SenderId
return string

SenderStyle public_oe property

public string SenderStyle
return string

UserType public_oe property

public string UserType
return string