C# Class ScrewTurn.Wiki.PluginFramework.LogEntry

Represents a Log Entry.
Mostrar archivo Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
LogEntry ( EntryType type, System.DateTime dateTime, string message, string user ) : System

Initializes a new instance of the LogEntry class.

Method Details

LogEntry() public method

Initializes a new instance of the LogEntry class.
public LogEntry ( EntryType type, System.DateTime dateTime, string message, string user ) : System
type EntryType The type of the Entry
dateTime System.DateTime The DateTime.
message string The Message.
user string The User.
return System