C# Class ScrewTurn.Wiki.LogEntryRow

Represents a log entry for display purposes.
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
LogEntryRow ( LogEntry entry ) : System

Initializes a new instance of the T:LogEntryRow class.

Method Details

LogEntryRow() public méthode

Initializes a new instance of the T:LogEntryRow class.
public LogEntryRow ( LogEntry entry ) : System
entry ScrewTurn.Wiki.PluginFramework.LogEntry The original log entry.
Résultat System