C# Class ScrewTurn.Wiki.BasePage

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
BasePage ( ) : System

Méthodes protégées

Méthode 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 méthode

public BasePage ( ) : System
Résultat System

DetectFullName() protected méthode

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

DetectNamespace() protected méthode

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

DetectNamespaceInfo() protected méthode

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

DetectPageInfo() protected méthode

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.
Résultat System.PageInfo

InitializeCulture() protected méthode

protected InitializeCulture ( ) : void
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void