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

Inheritance: ModuleBase, IActionable
Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство 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

Свойство Type Description
FormatDataTable System.Data.DataTable
GetData System.Data.DataTable
Page_Load void
lstItems_ItemDataBound void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Repeater