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

GroupsEditor class.
Auto-generated class.
Показать файл Открыть проект

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

Свойство Тип Описание
Img3 global::System.Web.UI.HtmlControls.HtmlImage
RangeValidator1 global::System.Web.UI.WebControls.RangeValidator
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
blogEditorHelp global::Subtext.Web.Controls.HelpToolTip
btnAddNewGroup Button
btnCancel global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
chkShowInactive global::System.Web.UI.WebControls.CheckBox
hfActive global::System.Web.UI.WebControls.HiddenField
lblNoMessages global::System.Web.UI.HtmlControls.HtmlGenericControl
messagePanel global::Subtext.Web.Admin.WebUI.MessagePanel
pnlEdit global::Subtext.Web.Admin.WebUI.AdvancedPanel
pnlResults global::Subtext.Web.Admin.WebUI.AdvancedPanel
rprGroupsList global::System.Web.UI.WebControls.Repeater
txtDescription global::System.Web.UI.WebControls.TextBox
txtDisplayOrder global::System.Web.UI.WebControls.TextBox
txtTitle global::System.Web.UI.WebControls.TextBox

Private Properties

Свойство Тип Описание
BindList void
DeleteGroup void
InitializeComponent void
SaveConfig void
btnAddNewGroup_Click void

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

Метод Описание
BindEdit ( ) : void
BindEditHelp ( ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SaveGroupEdits ( ) : void
SaveNewGroup ( ) : void
ToggleActive ( ) : void
ToggleActiveString ( bool active ) : string
btnCancel_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
chkShowInactive_CheckedChanged ( object sender, EventArgs e ) : void
rprGroupsList_ItemCommand ( object source, RepeaterCommandEventArgs e ) : void

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

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

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

SaveConfig ( ) : void
btnAddNewGroup_Click ( object sender, EventArgs e ) : void

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

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

protected BindEdit ( ) : void
Результат void

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

protected BindEditHelp ( ) : void
Результат void

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

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

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

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

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

protected SaveGroupEdits ( ) : void
Результат void

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

protected SaveNewGroup ( ) : void
Результат void

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

protected ToggleActive ( ) : void
Результат void

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

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

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

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

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

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

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

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

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

protected rprGroupsList_ItemCommand ( object source, RepeaterCommandEventArgs e ) : void
source object
e RepeaterCommandEventArgs
Результат void

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

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

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

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

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

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

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

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

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

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

protected Button btnAddNewGroup
Результат Button

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

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

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

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSave
Результат 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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