C# Класс ScrewTurn.Wiki.BasePage

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Открытые методы

Метод Описание
BasePage ( ) : System

Защищенные методы

Метод Описание
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

Описание методов

BasePage() публичный Метод

public BasePage ( ) : System
Результат System

DetectFullName() защищенный Метод

Detects the full name of the current page using the Page and NS parameters in the query string.
protected DetectFullName ( ) : string
Результат string

DetectNamespace() защищенный Метод

Detects the name of the current namespace using the NS parameter in the query string.
protected DetectNamespace ( ) : string
Результат string

DetectNamespaceInfo() защищенный Метод

Detects the correct T:NamespaceInfo object associated to the current namespace using the NS parameter in the query string.
protected DetectNamespaceInfo ( ) : NamespaceInfo
Результат NamespaceInfo

DetectPageInfo() защищенный Метод

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.
Результат System.PageInfo

InitializeCulture() защищенный Метод

protected InitializeCulture ( ) : void
Результат void

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void