C# 클래스 ScrewTurn.Wiki.LocalPageInfo

Represents a Local Page.
상속: System.PageInfo
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
LocalPageInfo ( string fullName, IPagesStorageProviderV30 provider, System.DateTime creationDateTime, string file ) : System

Initializes a new instance of the PageInfo class.

메소드 상세

LocalPageInfo() 공개 메소드

Initializes a new instance of the PageInfo class.
public LocalPageInfo ( string fullName, IPagesStorageProviderV30 provider, System.DateTime creationDateTime, string file ) : System
fullName string The Full Name of the Page.
provider IPagesStorageProviderV30 The Pages Storage Provider that manages this Page.
creationDateTime System.DateTime The creation Date/Time.
file string The relative path of the file used for data storage.
리턴 System