C# Class ScrewTurn.Wiki.PluginFramework.LogEntry

Represents a Log Entry.
Afficher le fichier Open project: mono/ScrewTurnWiki Class Usage Examples

Méthodes publiques

Méthode Description
LogEntry ( EntryType type, System.DateTime dateTime, string message, string user ) : System

Initializes a new instance of the LogEntry class.

Method Details

LogEntry() public méthode

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.
Résultat System