C# Class Claymore.ErrorReportsWikiBot.Message

Datei anzeigen 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_oe property

public bool Archived
return bool

Closed public_oe property

public bool Closed
return bool

ClosedAt public_oe property

public DateTime,System ClosedAt
return System.DateTime

Opened public_oe property

public bool Opened
return bool

OpenedAt public_oe property

public DateTime,System OpenedAt
return System.DateTime

Title public_oe property

public string Title
return string