C# Class RohBot.ChatLine

Inheritance: HistoryLine
Afficher le fichier Open project: Rohansi/RohBot

Méthodes publiques

Свойство Type Description
InGame bool
Sender string
SenderId string
SenderStyle string
UserType string

Méthodes publiques

Méthode 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 méthode

public ChatLine ( ) : System
Résultat System

ChatLine() public méthode

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
Résultat System

Insert() public méthode

public Insert ( ) : void
Résultat void

Property Details

InGame public_oe property

public bool InGame
Résultat bool

Sender public_oe property

public string Sender
Résultat string

SenderId public_oe property

public string SenderId
Résultat string

SenderStyle public_oe property

public string SenderStyle
Résultat string

UserType public_oe property

public string UserType
Résultat string