C# Class Claymore.ErrorReportsWikiBot.Message

Show file Open project: Claymore/WikiBots

Public Properties

Property Type Description
Archived bool
Closed bool
ClosedAt System.DateTime
Opened bool
OpenedAt System.DateTime
Title string

Public Methods

Method Description
Parse ( string text, bool isArchived ) : Message
ToString ( ) : string

Method Details

Parse() public static method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

Archived public property

public bool Archived
return bool

Closed public property

public bool Closed
return bool

ClosedAt public property

public DateTime,System ClosedAt
return System.DateTime

Opened public property

public bool Opened
return bool

OpenedAt public property

public DateTime,System OpenedAt
return System.DateTime

Title public property

public string Title
return string