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

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

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

Свойство Тип Описание
EntryImage global::Sitecore.Web.UI.WebControls.Image
txtContent global::Sitecore.Web.UI.WebControls.Text
txtIntroduction global::Sitecore.Web.UI.WebControls.Text
txtTitle global::Sitecore.Web.UI.WebControls.Text

Private Properties

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

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

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

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

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

protected DoesFieldRequireWrapping ( string fieldName ) : bool
fieldName string
Результат bool

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

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

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

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

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

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

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

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

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

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

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