C# Class ScrewTurn.Wiki.ExtendedPageInfo

Contains extended information about a Page.
显示文件 Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
ExtendedPageInfo ( System.PageInfo pageInfo, string title, System.DateTime modificationDateTime, string creator, string lastAuthor ) : System

Initializes a new instance of the T:ExtendedPageInfo class.

Method Details

ExtendedPageInfo() public method

Initializes a new instance of the T:ExtendedPageInfo class.
public ExtendedPageInfo ( System.PageInfo pageInfo, string title, System.DateTime modificationDateTime, string creator, string lastAuthor ) : System
pageInfo System.PageInfo The object.
title string The title of the page.
modificationDateTime System.DateTime The modification date/time.
creator string The creator.
lastAuthor string The last author.
return System