C# 클래스 RohBot.StateLine

상속: HistoryLine
파일 보기 프로젝트 열기: Rohansi/RohBot

공개 프로퍼티들

프로퍼티 타입 설명
By string
ById string
ByStyle string
ByType string
For string
ForId string
ForStyle string
ForType string
State string

공개 메소드들

메소드 설명
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

메소드 상세

Insert() 공개 메소드

public Insert ( ) : void
리턴 void

StateLine() 공개 메소드

public StateLine ( ) : System
리턴 System

StateLine() 공개 메소드

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
리턴 System

프로퍼티 상세

By 공개적으로 프로퍼티

public string By
리턴 string

ById 공개적으로 프로퍼티

public string ById
리턴 string

ByStyle 공개적으로 프로퍼티

public string ByStyle
리턴 string

ByType 공개적으로 프로퍼티

public string ByType
리턴 string

For 공개적으로 프로퍼티

public string For
리턴 string

ForId 공개적으로 프로퍼티

public string ForId
리턴 string

ForStyle 공개적으로 프로퍼티

public string ForStyle
리턴 string

ForType 공개적으로 프로퍼티

public string ForType
리턴 string

State 공개적으로 프로퍼티

public string State
리턴 string