C# Class Engage.Dnn.Booking.MainContainer

Afficher le fichier Open project: EngageSoftware/Engage-Booking

Protected Properties

Свойство Type Description
SubControlPlaceholder global::System.Web.UI.WebControls.PlaceHolder

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Private Methods

Méthode Description
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.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs An object that contains the event data.
Résultat void

Property Details

SubControlPlaceholder protected_oe property

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
Résultat global::System.Web.UI.WebControls.PlaceHolder