C# 클래스 RohBot.HistoryLine

파일 보기 프로젝트 열기: Rohansi/RohBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Chat string
Content string
Date long

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Insert ( ) : void
Read ( dynamic row ) : HistoryLine

보호된 메소드들

메소드 설명
HistoryLine ( ) : System
HistoryLine ( long date, string chat, string content ) : System

메소드 상세

HistoryLine() 보호된 메소드

protected HistoryLine ( ) : System
리턴 System

HistoryLine() 보호된 메소드

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

Insert() 공개 추상적인 메소드

public abstract Insert ( ) : void
리턴 void

Read() 공개 정적인 메소드

public static Read ( dynamic row ) : HistoryLine
row dynamic
리턴 HistoryLine

프로퍼티 상세

Chat 공개적으로 프로퍼티

public string Chat
리턴 string

Content 공개적으로 프로퍼티

public string Content
리턴 string

Date 공개적으로 프로퍼티

public long Date
리턴 long