C# Class RohBot.StateLine

Inheritance: HistoryLine
显示文件 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_oe property

public string By
return string

ById public_oe property

public string ById
return string

ByStyle public_oe property

public string ByStyle
return string

ByType public_oe property

public string ByType
return string

For public_oe property

public string For
return string

ForId public_oe property

public string ForId
return string

ForStyle public_oe property

public string ForStyle
return string

ForType public_oe property

public string ForType
return string

State public_oe property

public string State
return string