C# Класс Subtext.Web.Admin.Pages.EditArticles

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

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

Свойство Тип Описание
Editor global::Subtext.Web.Admin.UserControls.EntryEditor
categoryLinks global::Subtext.Web.Admin.UserControls.CategoryLinkList

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

Метод Описание
EditArticles ( ) : System

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

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

Приватные методы

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

Required method for Designer support - do not modify the contents of this method with the code editor.

lkbNewPost_Click ( object sender, System e ) : void

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

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

public EditArticles ( ) : System
Результат System

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

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

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

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

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

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

Editor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.UserControls.EntryEditor Editor
Результат global::Subtext.Web.Admin.UserControls.EntryEditor

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

categoryLinks control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.UserControls.CategoryLinkList categoryLinks
Результат global::Subtext.Web.Admin.UserControls.CategoryLinkList