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

Наследование: Subtext.Web.Admin.Pages.AdminPage
Показать файл Открыть проект

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

Свойство Тип Описание
Add global::System.Web.UI.WebControls.PlaceHolder
Edit global::System.Web.UI.WebControls.PlaceHolder
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
categoryLinks global::Subtext.Web.Admin.UserControls.CategoryLinkList
ckbNewIsActive global::System.Web.UI.WebControls.CheckBox
dgrItems global::System.Web.UI.WebControls.DataGrid
lkbPost global::System.Web.UI.WebControls.Button
txbNewDescription global::System.Web.UI.WebControls.TextBox
txbNewTitle global::System.Web.UI.WebControls.TextBox
valtxbNewTitleRequired global::System.Web.UI.WebControls.RequiredFieldValidator

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

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

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

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

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

Метод Описание
BindList ( ) : void
BindLocalUI ( ) : void
ConfirmDelete ( int categoryID, string categoryTitle ) : void
InitializeComponent ( ) : void

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

PersistCategory ( LinkCategory category ) : void
ToggleAddNew ( bool showAddNew ) : void
dgrCategories_CancelCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
dgrCategories_DeleteCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
dgrCategories_EditCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
dgrCategories_UpdateCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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