C# Class RohBot.StateLine

Inheritance: HistoryLine
Show file Open project: Rohansi/RohBot

Public Properties

Property Type Description
By string
ById string
ByStyle string
ByType string
For string
ForId string
ForStyle string
ForType string
State string

Public Methods

Method Description
Insert ( ) : void
StateLine ( ) : System
StateLine ( long date, string chat, string state, string @for, string forId, string forType, string forStyle, string by, string byId, string byType, string byStyle, string content ) : System

Method Details

Insert() public method

public Insert ( ) : void
return void

StateLine() public method

public StateLine ( ) : System
return System

StateLine() public method

public StateLine ( long date, string chat, string state, string @for, string forId, string forType, string forStyle, string by, string byId, string byType, string byStyle, string content ) : System
date long
chat string
state string
@for string
forId string
forType string
forStyle string
by string
byId string
byType string
byStyle string
content string
return System

Property Details

By public property

public string By
return string

ById public property

public string ById
return string

ByStyle public property

public string ByStyle
return string

ByType public property

public string ByType
return string

For public property

public string For
return string

ForId public property

public string ForId
return string

ForStyle public property

public string ForStyle
return string

ForType public property

public string ForType
return string

State public property

public string State
return string