C# Class RohBot.HistoryLine

Show file Open project: Rohansi/RohBot Class Usage Examples

Public Properties

Property Type Description
Chat string
Content string
Date long

Private Properties

Property Type Description

Public Methods

Method Description
Insert ( ) : void
Read ( dynamic row ) : HistoryLine

Protected Methods

Method Description
HistoryLine ( ) : System
HistoryLine ( long date, string chat, string content ) : System

Method Details

HistoryLine() protected method

protected HistoryLine ( ) : System
return System

HistoryLine() protected method

protected HistoryLine ( long date, string chat, string content ) : System
date long
chat string
content string
return System

Insert() public abstract method

public abstract Insert ( ) : void
return void

Read() public static method

public static Read ( dynamic row ) : HistoryLine
row dynamic
return HistoryLine

Property Details

Chat public property

public string Chat
return string

Content public property

public string Content
return string

Date public property

public long Date
return long