C# Class Engage.Dnn.Publish.Controls.ItemListing

Inheritance: ModuleBase, IActionable
Mostrar archivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
lblMessage global::System.Web.UI.WebControls.Label
lnkRss global::System.Web.UI.WebControls.HyperLink
lstItems global::System.Web.UI.WebControls.Repeater

Private Properties

Property Type Description
FormatDataTable System.Data.DataTable
GetData System.Data.DataTable
Page_Load void
lstItems_ItemDataBound void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
FormatDataTable ( DataTable dt ) : DataTable
GetData ( ) : DataTable
Page_Load ( object sender, EventArgs e ) : void
lstItems_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

lblMessage protected_oe property

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

lnkRss protected_oe property

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

lstItems protected_oe property

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