C# 클래스 Claymore.ErrorReportsWikiBot.Message

파일 보기 프로젝트 열기: Claymore/WikiBots

공개 프로퍼티들

프로퍼티 타입 설명
Archived bool
Closed bool
ClosedAt System.DateTime
Opened bool
OpenedAt System.DateTime
Title string

공개 메소드들

메소드 설명
Parse ( string text, bool isArchived ) : Message
ToString ( ) : string

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string text, bool isArchived ) : Message
text string
isArchived bool
리턴 Message

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Archived 공개적으로 프로퍼티

public bool Archived
리턴 bool

Closed 공개적으로 프로퍼티

public bool Closed
리턴 bool

ClosedAt 공개적으로 프로퍼티

public DateTime,System ClosedAt
리턴 System.DateTime

Opened 공개적으로 프로퍼티

public bool Opened
리턴 bool

OpenedAt 공개적으로 프로퍼티

public DateTime,System OpenedAt
리턴 System.DateTime

Title 공개적으로 프로퍼티

public string Title
리턴 string