C# Class RohBot.HistoryLine

Afficher le fichier Open project: Rohansi/RohBot Class Usage Examples

Méthodes publiques

Свойство Type Description
Chat string
Content string
Date long

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Insert ( ) : void
Read ( dynamic row ) : HistoryLine

Méthodes protégées

Méthode Description
HistoryLine ( ) : System
HistoryLine ( long date, string chat, string content ) : System

Method Details

HistoryLine() protected méthode

protected HistoryLine ( ) : System
Résultat System

HistoryLine() protected méthode

protected HistoryLine ( long date, string chat, string content ) : System
date long
chat string
content string
Résultat System

Insert() public abstract méthode

public abstract Insert ( ) : void
Résultat void

Read() public static méthode

public static Read ( dynamic row ) : HistoryLine
row dynamic
Résultat HistoryLine

Property Details

Chat public_oe property

public string Chat
Résultat string

Content public_oe property

public string Content
Résultat string

Date public_oe property

public long Date
Résultat long