C# 클래스 ScrewTurn.Wiki.AdminUsers

상속: BasePage
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
aclActionsSelector global::ScrewTurn.Wiki.AclActionsSelector
btnBulkDelete global::Anthem.Button
btnCancel global::System.Web.UI.WebControls.Button
btnCreate global::System.Web.UI.WebControls.Button
btnDelete global::Anthem.Button
btnFilter global::Anthem.ImageButton
btnNewUser global::Anthem.Button
btnSave global::System.Web.UI.WebControls.Button
chkActive global::Anthem.CheckBox
chkInactive global::Anthem.CheckBox
chkSetActive global::System.Web.UI.WebControls.CheckBox
cvPassword2 global::System.Web.UI.WebControls.CustomValidator
cvUsername global::System.Web.UI.WebControls.CustomValidator
lblAccounts global::System.Web.UI.WebControls.Literal
lblBulkDelete global::System.Web.UI.WebControls.Literal
lblBulkDeleteResult global::Anthem.Label
lblBulkDeleteTitle global::System.Web.UI.WebControls.Literal
lblDisplayName global::System.Web.UI.WebControls.Literal
lblEditTitle global::System.Web.UI.WebControls.Literal
lblEmail global::System.Web.UI.WebControls.Literal
lblFilter global::System.Web.UI.WebControls.Literal
lblGlobalPermissions global::System.Web.UI.WebControls.Literal
lblMembership global::System.Web.UI.WebControls.Literal
lblPassword1 global::System.Web.UI.WebControls.Literal
lblPassword2 global::System.Web.UI.WebControls.Literal
lblPasswordInfo global::System.Web.UI.WebControls.Label
lblProvider global::System.Web.UI.WebControls.Literal
lblResult global::Anthem.Label
lblUsername global::System.Web.UI.WebControls.Literal
lstGroups global::System.Web.UI.WebControls.CheckBoxList
pageSelector global::ScrewTurn.Wiki.PageSelector
pnlAccountDetails global::System.Web.UI.WebControls.Panel
pnlEditAccount global::Anthem.Panel
pnlList global::Anthem.Panel
providerSelector global::ScrewTurn.Wiki.ProviderSelector
revDisplayName global::System.Web.UI.WebControls.RegularExpressionValidator
revEmail global::System.Web.UI.WebControls.RegularExpressionValidator
revPassword1 global::System.Web.UI.WebControls.RegularExpressionValidator
revUsername global::System.Web.UI.WebControls.RegularExpressionValidator
rfvEmail global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPassword1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvUsername global::System.Web.UI.WebControls.RequiredFieldValidator
rptAccounts global::Anthem.Repeater
txtCurrentUsername global::Anthem.HiddenField
txtDisplayName global::System.Web.UI.WebControls.TextBox
txtEmail global::System.Web.UI.WebControls.TextBox
txtFilter global::Anthem.TextBox
txtPassword1 global::System.Web.UI.WebControls.TextBox
txtPassword2 global::System.Web.UI.WebControls.TextBox
txtUsername global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnBulkDelete_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnCreate_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnFilter_Click ( object sender, EventArgs e ) : void
btnNewUser_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
chkFilter_CheckedChanged ( object sender, EventArgs e ) : void
cvPassword2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
cvUsername_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
pageSelector_SelectedPageChanged ( object sender, SelectedPageChangedEventArgs e ) : void
providerSelector_SelectedProviderChanged ( object sender, EventArgs e ) : void
rptAccounts_DataBinding ( object sender, EventArgs e ) : void
rptAccounts_ItemCommand ( object sender, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

비공개 메소드들

메소드 설명
AddAclEntries ( UserInfo user, string grants, string denials ) : bool

Adds some ACL entries for a user.

FilterUsername ( UserInfo user ) : bool
GetSelectedGroups ( ) : string[]

Gets the currently selected groups.

GetUsers ( ) : IList

Gets the users.

PopulateGroups ( ) : void

Populates the groups list according to the currently selected provider.

RefreshList ( ) : void

Refreshes the users list.

RemoveAllAclEntries ( UserInfo user ) : bool

Removes all the ACL entries for a user.

RemoveGroupMembership ( UserInfo user ) : bool

Removes all the group membership data for a user.

ResetEditor ( ) : void

Resets the account editor.

ResetUserList ( ) : void

Resets the user list.

ReturnToList ( ) : void

Returns to the accounts list.

SetGroupMembership ( UserInfo user, string groups ) : bool

Sets the group membership data for a user, overwriting previous membership.

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnBulkDelete_Click() 보호된 메소드

protected btnBulkDelete_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnCancel_Click() 보호된 메소드

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnCreate_Click() 보호된 메소드

protected btnCreate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnDelete_Click() 보호된 메소드

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnFilter_Click() 보호된 메소드

protected btnFilter_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnNewUser_Click() 보호된 메소드

protected btnNewUser_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnSave_Click() 보호된 메소드

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

chkFilter_CheckedChanged() 보호된 메소드

protected chkFilter_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

cvPassword2_ServerValidate() 보호된 메소드

protected cvPassword2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
리턴 void

cvUsername_ServerValidate() 보호된 메소드

protected cvUsername_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
리턴 void

pageSelector_SelectedPageChanged() 보호된 메소드

protected pageSelector_SelectedPageChanged ( object sender, SelectedPageChangedEventArgs e ) : void
sender object
e SelectedPageChangedEventArgs
리턴 void

providerSelector_SelectedProviderChanged() 보호된 메소드

protected providerSelector_SelectedProviderChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

rptAccounts_DataBinding() 보호된 메소드

protected rptAccounts_DataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

rptAccounts_ItemCommand() 보호된 메소드

protected rptAccounts_ItemCommand ( object sender, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterCommandEventArgs
리턴 void

프로퍼티 상세

aclActionsSelector 보호되어 있는 프로퍼티

aclActionsSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.AclActionsSelector aclActionsSelector
리턴 global::ScrewTurn.Wiki.AclActionsSelector

btnBulkDelete 보호되어 있는 프로퍼티

btnBulkDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnBulkDelete
리턴 global::Anthem.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

btnCreate 보호되어 있는 프로퍼티

btnCreate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnCreate
리턴 global::System.Web.UI.WebControls.Button

btnDelete 보호되어 있는 프로퍼티

btnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDelete
리턴 global::Anthem.Button

btnFilter 보호되어 있는 프로퍼티

btnFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.ImageButton btnFilter
리턴 global::Anthem.ImageButton

btnNewUser 보호되어 있는 프로퍼티

btnNewUser control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnNewUser
리턴 global::Anthem.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

chkActive 보호되어 있는 프로퍼티

chkActive control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.CheckBox chkActive
리턴 global::Anthem.CheckBox

chkInactive 보호되어 있는 프로퍼티

chkInactive control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.CheckBox chkInactive
리턴 global::Anthem.CheckBox

chkSetActive 보호되어 있는 프로퍼티

chkSetActive control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkSetActive
리턴 global::System.Web.UI.WebControls.CheckBox

cvPassword2 보호되어 있는 프로퍼티

cvPassword2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvPassword2
리턴 global::System.Web.UI.WebControls.CustomValidator

cvUsername 보호되어 있는 프로퍼티

cvUsername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvUsername
리턴 global::System.Web.UI.WebControls.CustomValidator

lblAccounts 보호되어 있는 프로퍼티

lblAccounts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblAccounts
리턴 global::System.Web.UI.WebControls.Literal

lblBulkDelete 보호되어 있는 프로퍼티

lblBulkDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblBulkDelete
리턴 global::System.Web.UI.WebControls.Literal

lblBulkDeleteResult 보호되어 있는 프로퍼티

lblBulkDeleteResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblBulkDeleteResult
리턴 global::Anthem.Label

lblBulkDeleteTitle 보호되어 있는 프로퍼티

lblBulkDeleteTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblBulkDeleteTitle
리턴 global::System.Web.UI.WebControls.Literal

lblDisplayName 보호되어 있는 프로퍼티

lblDisplayName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDisplayName
리턴 global::System.Web.UI.WebControls.Literal

lblEditTitle 보호되어 있는 프로퍼티

lblEditTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblEditTitle
리턴 global::System.Web.UI.WebControls.Literal

lblEmail 보호되어 있는 프로퍼티

lblEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblEmail
리턴 global::System.Web.UI.WebControls.Literal

lblFilter 보호되어 있는 프로퍼티

lblFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblFilter
리턴 global::System.Web.UI.WebControls.Literal

lblGlobalPermissions 보호되어 있는 프로퍼티

lblGlobalPermissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblGlobalPermissions
리턴 global::System.Web.UI.WebControls.Literal

lblMembership 보호되어 있는 프로퍼티

lblMembership control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblMembership
리턴 global::System.Web.UI.WebControls.Literal

lblPassword1 보호되어 있는 프로퍼티

lblPassword1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPassword1
리턴 global::System.Web.UI.WebControls.Literal

lblPassword2 보호되어 있는 프로퍼티

lblPassword2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPassword2
리턴 global::System.Web.UI.WebControls.Literal

lblPasswordInfo 보호되어 있는 프로퍼티

lblPasswordInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPasswordInfo
리턴 global::System.Web.UI.WebControls.Label

lblProvider 보호되어 있는 프로퍼티

lblProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblProvider
리턴 global::System.Web.UI.WebControls.Literal

lblResult 보호되어 있는 프로퍼티

lblResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblResult
리턴 global::Anthem.Label

lblUsername 보호되어 있는 프로퍼티

lblUsername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblUsername
리턴 global::System.Web.UI.WebControls.Literal

lstGroups 보호되어 있는 프로퍼티

lstGroups control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBoxList lstGroups
리턴 global::System.Web.UI.WebControls.CheckBoxList

pageSelector 보호되어 있는 프로퍼티

pageSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.PageSelector pageSelector
리턴 global::ScrewTurn.Wiki.PageSelector

pnlAccountDetails 보호되어 있는 프로퍼티

pnlAccountDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlAccountDetails
리턴 global::System.Web.UI.WebControls.Panel

pnlEditAccount 보호되어 있는 프로퍼티

pnlEditAccount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlEditAccount
리턴 global::Anthem.Panel

pnlList 보호되어 있는 프로퍼티

pnlList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlList
리턴 global::Anthem.Panel

providerSelector 보호되어 있는 프로퍼티

providerSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector providerSelector
리턴 global::ScrewTurn.Wiki.ProviderSelector

revDisplayName 보호되어 있는 프로퍼티

revDisplayName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator revDisplayName
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

revEmail 보호되어 있는 프로퍼티

revEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator revEmail
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

revPassword1 보호되어 있는 프로퍼티

revPassword1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator revPassword1
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

revUsername 보호되어 있는 프로퍼티

revUsername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator revUsername
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

rfvEmail 보호되어 있는 프로퍼티

rfvEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvEmail
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rfvPassword1 보호되어 있는 프로퍼티

rfvPassword1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvPassword1
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rfvUsername 보호되어 있는 프로퍼티

rfvUsername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvUsername
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rptAccounts 보호되어 있는 프로퍼티

rptAccounts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Repeater rptAccounts
리턴 global::Anthem.Repeater

txtCurrentUsername 보호되어 있는 프로퍼티

txtCurrentUsername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.HiddenField txtCurrentUsername
리턴 global::Anthem.HiddenField

txtDisplayName 보호되어 있는 프로퍼티

txtDisplayName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDisplayName
리턴 global::System.Web.UI.WebControls.TextBox

txtEmail 보호되어 있는 프로퍼티

txtEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtEmail
리턴 global::System.Web.UI.WebControls.TextBox

txtFilter 보호되어 있는 프로퍼티

txtFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtFilter
리턴 global::Anthem.TextBox

txtPassword1 보호되어 있는 프로퍼티

txtPassword1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPassword1
리턴 global::System.Web.UI.WebControls.TextBox

txtPassword2 보호되어 있는 프로퍼티

txtPassword2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPassword2
리턴 global::System.Web.UI.WebControls.TextBox

txtUsername 보호되어 있는 프로퍼티

txtUsername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtUsername
리턴 global::System.Web.UI.WebControls.TextBox