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

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

Protected Properties

Свойство Type Description
btnShowRelatedItem global::System.Web.UI.WebControls.LinkButton
divRelatedLinks global::System.Web.UI.HtmlControls.HtmlGenericControl
lstItems global::System.Web.UI.WebControls.Repeater

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
BtnShowRelatedItemClick ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
lstItems_DataBound ( 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

btnShowRelatedItem protected_oe property

btnShowRelatedItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnShowRelatedItem
Résultat global::System.Web.UI.WebControls.LinkButton

divRelatedLinks protected_oe property

divRelatedLinks control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divRelatedLinks
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

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