C# Class ScrewTurn.Wiki.LogEntryRow

Represents a log entry for display purposes.
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
LogEntryRow ( LogEntry entry ) : System

Initializes a new instance of the T:LogEntryRow class.

Method Details

LogEntryRow() public method

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