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

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

Protected Properties

Property Type Description
dlCategories global::System.Web.UI.WebControls.DataList
dlItems global::System.Web.UI.WebControls.DataList
lblNoData global::System.Web.UI.WebControls.Literal

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

Method Description
DisplayChildCategories ( ) : void
DisplayItems ( int relationshipTypeId, int otherRelationshipTypeId ) : void
DisplayNoConfigurationView ( int relationshipTypeId, int otherRelationshipTypeId ) : void
GetSortOrder ( ) : string
Page_Load ( object sender, EventArgs e ) : void
RecordView ( ) : void

Record a Viewing.

SetupOptions ( ) : void
ShowNoContextView ( int relationshipTypeId, int otherRelationshipTypeId ) : void
dlCategories_ItemDataBound ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void
dlItems_ItemDataBound ( object sender, System.Web.UI.WebControls.DataListItemEventArgs e ) : void

Method Details

OnInit() protected method

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
return void

Property Details

dlCategories protected_oe property

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

dlItems protected_oe property

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

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.Literal lblNoData
return global::System.Web.UI.WebControls.Literal