C# Class ScrewTurn.Wiki.PluginFramework.RecentChange

Represents a Change.
Show file Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
RecentChange ( string page, string title, string messageSubject, System.DateTime dateTime, string user, Change change, string descr ) : System

Initializes a new instance of the T:RecentChange class.

Method Details

RecentChange() public method

Initializes a new instance of the T:RecentChange class.
public RecentChange ( string page, string title, string messageSubject, System.DateTime dateTime, string user, Change change, string descr ) : System
page string The page pame.
title string The page title.
messageSubject string The message subject (or null).
dateTime System.DateTime The date/time.
user string The user.
change Change The change.
descr string The description (optional).
return System