C# Class ScrewTurn.Wiki.BasePage

Inheritance: System.Web.UI.Page
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
BasePage ( ) : System

Protected Methods

Method Description
DetectFullName ( ) : string

Detects the full name of the current page using the Page and NS parameters in the query string.

DetectNamespace ( ) : string

Detects the name of the current namespace using the NS parameter in the query string.

DetectNamespaceInfo ( ) : NamespaceInfo

Detects the correct T:NamespaceInfo object associated to the current namespace using the NS parameter in the query string.

DetectPageInfo ( bool loadDefault ) : System.PageInfo

Detects the correct T:PageInfo object associated to the current page using the Page and NS parameters in the query string.

InitializeCulture ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Method Details

BasePage() public method

public BasePage ( ) : System
return System

DetectFullName() protected method

Detects the full name of the current page using the Page and NS parameters in the query string.
protected DetectFullName ( ) : string
return string

DetectNamespace() protected method

Detects the name of the current namespace using the NS parameter in the query string.
protected DetectNamespace ( ) : string
return string

DetectNamespaceInfo() protected method

Detects the correct T:NamespaceInfo object associated to the current namespace using the NS parameter in the query string.
protected DetectNamespaceInfo ( ) : NamespaceInfo
return NamespaceInfo

DetectPageInfo() protected method

Detects the correct T:PageInfo object associated to the current page using the Page and NS parameters in the query string.
protected DetectPageInfo ( bool loadDefault ) : System.PageInfo
loadDefault bool true to load the default page of the specified namespace when Page is not specified, false otherwise.
return System.PageInfo

InitializeCulture() protected method

protected InitializeCulture ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void