C# Class RohBot.HistoryLine

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

public string Chat
return string

Content public_oe property

public string Content
return string

Date public_oe property

public long Date
return long