C# Class Sitecore.Modules.WeBlog.WebForms.Layouts.Sidebar.BlogInterestingEntries

Inheritance: BaseSublayout
Afficher le fichier Open project: WeTeam/WeBlog

Protected Properties

Свойство Type Description
ItemList global::System.Web.UI.WebControls.Repeater
PanelInteresingEntries global::System.Web.UI.WebControls.Panel

Méthodes publiques

Méthode Description
BlogInterestingEntries ( IInterstingEntriesAlgorithm interestingEntriesCore = null ) : System

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BlogInterestingEntries() public méthode

public BlogInterestingEntries ( IInterstingEntriesAlgorithm interestingEntriesCore = null ) : System
interestingEntriesCore IInterstingEntriesAlgorithm
Résultat System

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

ItemList protected_oe property

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

PanelInteresingEntries protected_oe property

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