C# 클래스 Engage.Dnn.Survey.MainContainer

MainContainer for project.
상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Survey

보호된 프로퍼티들

프로퍼티 타입 설명
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