C# Class Engage.Dnn.Publish.AdminLoader

Inheritance: ModuleBase
ファイルを表示 Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
phAdminControls global::System.Web.UI.WebControls.PlaceHolder
phControls global::System.Web.UI.WebControls.PlaceHolder

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
FillAdminControlKeys ( ) : void
GetAdminControlKeys ( ) : StringDictionary
LoadControlType ( ) : void
ReadQueryString ( ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

phAdminControls protected_oe property

phAdminControls control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phAdminControls
return global::System.Web.UI.WebControls.PlaceHolder

phControls protected_oe property

phControls control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phControls
return global::System.Web.UI.WebControls.PlaceHolder