C# Класс Sitecore.Modules.WeBlog.WebForms.Layouts.Sidebar.BlogRecentComments

Наследование: BaseSublayout
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ListViewRecentComments global::System.Web.UI.WebControls.ListView
PanelRecentComments global::System.Web.UI.WebControls.Panel

Открытые методы

Метод Описание
BlogRecentComments ( IRecentCommentsCore recentCommentsCore = null ) : System

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Описание методов

BlogRecentComments() публичный Метод

public BlogRecentComments ( IRecentCommentsCore recentCommentsCore = null ) : System
recentCommentsCore IRecentCommentsCore
Результат System

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

ListViewRecentComments защищенное свойство

ListViewRecentComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListView ListViewRecentComments
Результат global::System.Web.UI.WebControls.ListView

PanelRecentComments защищенное свойство

PanelRecentComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelRecentComments
Результат global::System.Web.UI.WebControls.Panel