C# Класс ScrewTurn.Wiki.PluginFramework.LogEntry

Represents a Log Entry.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LogEntry ( EntryType type, System.DateTime dateTime, string message, string user ) : System

Initializes a new instance of the LogEntry class.

Описание методов

LogEntry() публичный Метод

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.
Результат System