C# Class Claymore.ErrorReportsWikiBot.Message

Afficher le fichier Open project: Claymore/WikiBots

Méthodes publiques

Свойство Type Description
Archived bool
Closed bool
ClosedAt System.DateTime
Opened bool
OpenedAt System.DateTime
Title string

Méthodes publiques

Méthode Description
Parse ( string text, bool isArchived ) : Message
ToString ( ) : string

Method Details

Parse() public static méthode

public static Parse ( string text, bool isArchived ) : Message
text string
isArchived bool
Résultat Message

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Archived public_oe property

public bool Archived
Résultat bool

Closed public_oe property

public bool Closed
Résultat bool

ClosedAt public_oe property

public DateTime,System ClosedAt
Résultat System.DateTime

Opened public_oe property

public bool Opened
Résultat bool

OpenedAt public_oe property

public DateTime,System OpenedAt
Résultat System.DateTime

Title public_oe property

public string Title
Résultat string