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

Показать файл Открыть проект

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

Свойство Тип Описание
LoginViewTags global::System.Web.UI.WebControls.LoginView
PanelEntryTags global::System.Web.UI.WebControls.Panel

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

Метод Описание
BlogEntryTags ( IEntryTagsCore entryTagsCore = null ) : System

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

Метод Описание
LoadEntry ( ) : void

Loads the entry.

Page_Load ( object sender, EventArgs e ) : void

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

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

public BlogEntryTags ( IEntryTagsCore entryTagsCore = null ) : System
entryTagsCore IEntryTagsCore
Результат System

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

Loads the entry.
protected LoadEntry ( ) : void
Результат void

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

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

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

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

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

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

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