C# 클래스 ScrewTurn.Wiki.ExtendedPageInfo

Contains extended information about a Page.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
ExtendedPageInfo ( System.PageInfo pageInfo, string title, System.DateTime modificationDateTime, string creator, string lastAuthor ) : System

Initializes a new instance of the T:ExtendedPageInfo class.

메소드 상세

ExtendedPageInfo() 공개 메소드

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.
리턴 System