C# 클래스 Subtext.Web.HostAdmin.UserControls.GroupsEditor

GroupsEditor class.
Auto-generated class.
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
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