C# Class Engage.Dnn.Publish.CategoryControls.CategoryNLevels

Mostra file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
lblNoData global::System.Web.UI.WebControls.Label
phNLevels global::System.Web.UI.WebControls.PlaceHolder

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

Private Methods

Method Description
BindData ( ) : void
FillNLevelList ( System.Windows.Forms.TreeNode root, PlaceHolder ph ) : void
Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

RecordView ( ) : void

Record a Viewing.

SetupOptions ( ) : void

Method Details

OnInit() protected method

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

Property Details

lblNoData protected_oe property

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

phNLevels protected_oe property

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