C# 클래스 ScrewTurn.Wiki.PluginFramework.LogEntry

Represents a Log Entry.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
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