Class AdminGroup
Inheritance
System.Object
AdminGroup
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class AdminGroup : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
AdminGroup()
Declaration
Fields
Declaration
protected ToolButton AddGroupButton
Field Value
CancelGroupSave
Declaration
protected ToolButton CancelGroupSave
Field Value
CancelPanel
Declaration
protected HtmlGenericControl CancelPanel
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
protected ToolButton CancelUsersInRoleButton
Field Value
CommandTable
Declaration
protected HtmlGenericControl CommandTable
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
CreateGroupPanel
Declaration
protected Panel CreateGroupPanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
GroupList
Declaration
protected DataGrid GroupList
Field Value
Type |
Description |
System.Web.UI.WebControls.DataGrid |
|
GroupName
Declaration
protected TextBox GroupName
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
GroupNameRequiredValidator
Declaration
protected RequiredFieldValidator GroupNameRequiredValidator
Field Value
Type |
Description |
System.Web.UI.WebControls.RequiredFieldValidator |
|
GroupNameValidator
Declaration
protected RegularExpressionValidator GroupNameValidator
Field Value
Type |
Description |
System.Web.UI.WebControls.RegularExpressionValidator |
|
MembershipLabel
Declaration
protected Label MembershipLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
RoleProvider
Declaration
protected Injected<UIRoleProvider> RoleProvider
Field Value
SaveGroup
Declaration
protected ToolButton SaveGroup
Field Value
UserList
Declaration
protected DataGrid UserList
Field Value
Type |
Description |
System.Web.UI.WebControls.DataGrid |
|
UserProvider
Declaration
protected Injected<UIUserProvider> UserProvider
Field Value
Methods
Declaration
protected void AddGroupButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
CancelGroupSave_Click(Object, EventArgs)
Declaration
protected void CancelGroupSave_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void CancelUsersInRoleButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
ConfirmDeleteMessage(String)
Declaration
public string ConfirmDeleteMessage(string userName)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
Returns
Type |
Description |
System.String |
|
ConfirmRemoveMessage(String)
Declaration
public string ConfirmRemoveMessage(string userName)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
Returns
Type |
Description |
System.String |
|
GetTypeImage(Object)
Declaration
protected string GetTypeImage(object type)
Parameters
Type |
Name |
Description |
System.Object |
type |
|
Returns
Type |
Description |
System.String |
|
GroupList_PageChange(Object, DataGridPageChangedEventArgs)
Declaration
protected void GroupList_PageChange(object sender, DataGridPageChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.DataGridPageChangedEventArgs |
e |
|
IsSupportedDelete(String)
Declaration
public bool IsSupportedDelete(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns
Type |
Description |
System.Boolean |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OpenDeleteDialog(String, SecurityEntityType, String)
Declaration
public string OpenDeleteDialog(string role, SecurityEntityType entityType, string providerName)
Parameters
Type |
Name |
Description |
System.String |
role |
|
SecurityEntityType |
entityType |
|
System.String |
providerName |
|
Returns
Type |
Description |
System.String |
|
SaveGroup_Click(Object, EventArgs)
Declaration
protected void SaveGroup_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void SetGroupHeaders(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void SetUserHeaders(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
UserList_DeleteCommand(Object, DataGridCommandEventArgs)
Declaration
protected void UserList_DeleteCommand(object source, DataGridCommandEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
System.Web.UI.WebControls.DataGridCommandEventArgs |
e |
|
UserList_PageIndexChanged(Object, DataGridPageChangedEventArgs)
Declaration
protected void UserList_PageIndexChanged(object sender, DataGridPageChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.DataGridPageChangedEventArgs |
e |
|
Implements
Extension Methods