C# Класс Engage.Dnn.Survey.MainContainer

MainContainer for project.
Наследование: ModuleBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
DefaultControlKey ControlKey
GlobalNavigation global::Engage.Dnn.Survey.GlobalNavigation
SubControlPlaceholder global::System.Web.UI.WebControls.PlaceHolder

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

Метод Описание
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Приватные методы

Метод Описание
FillControlKeys ( ) : SubControlInfo>.IDictionary

Fills ControlKeys.

GetControlKey ( ) : ControlKey?

Gets the HttpRequest.QueryString control key for the current Page.Request.

GetControlToLoad ( ) : SubControlInfo

Gets the control to load, based on the key (or lack thereof) that is passed on the querystring.

LoadChildControl ( SubControlInfo controlToLoad ) : void

Loads the child control to be displayed in this container.

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

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

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

Описание свойств

DefaultControlKey защищенное статическое свойство

The control key for the DefaultSubControl
protected static ControlKey DefaultControlKey
Результат ControlKey

GlobalNavigation защищенное свойство

GlobalNavigation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Survey.GlobalNavigation GlobalNavigation
Результат global::Engage.Dnn.Survey.GlobalNavigation

SubControlPlaceholder защищенное свойство

SubControlPlaceholder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder SubControlPlaceholder
Результат global::System.Web.UI.WebControls.PlaceHolder