C# Класс Subtext.Web.HostAdmin.UserControls.BlogsList

User control used to create, edit and delete blogs. This only provides a few options for editing blogs. For the full options, one should visit the individual blog's admin tool.
Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

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

Свойство Тип Описание
addNewBlogButton global::System.Web.UI.WebControls.Button
chkShowInactive global::System.Web.UI.WebControls.CheckBox
messagePanel global::Subtext.Web.Admin.WebUI.MessagePanel
pnlResults global::Subtext.Web.Admin.WebUI.AdvancedPanel
resultsPager global::Subtext.Web.Controls.PagingControl
rprBlogsList global::Subtext.Web.Controls.RepeaterWithEmptyDataTemplate

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

Метод Описание
ShowError ( string message ) : void
ShowMessage ( string message ) : void

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

Метод Описание
OnActiveChanged ( object sender, EventArgs e ) : void
OnBlogEdit ( int blogId ) : void
OnCreateNewBlogClick ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
OnItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
ToggleActiveString ( bool active ) : string

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

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

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

ToggleActive ( int blogId ) : void

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

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

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

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

protected OnBlogEdit ( int blogId ) : void
blogId int
Результат void

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

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

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

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

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

protected OnItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object
e System.Web.UI.WebControls.RepeaterCommandEventArgs
Результат void

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

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

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

public ShowError ( string message ) : void
message string
Результат void

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

public ShowMessage ( string message ) : void
message string
Результат void

ToggleActiveString() защищенный статический Метод

protected static ToggleActiveString ( bool active ) : string
active bool
Результат string

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

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

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

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

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

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

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

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

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

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

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

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

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