Table of Contents

Class UserDepartments

Namespace
InSite.Custom.CMDS.Admin.People.Controls
Assembly
InSite.UI.dll
public class UserDepartments : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
UserDepartments
Implements
Inherited Members

Constructors

UserDepartments()

public UserDepartments()

Fields

AddRole

AddRole control.

protected Button AddRole

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DepartmentIdentifier

DepartmentIdentifier control.

protected FindDepartment DepartmentIdentifier

Field Value

FindDepartment

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DepartmentUserGrid

DepartmentUserGrid control.

protected Grid DepartmentUserGrid

Field Value

Grid

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FilterButton

FilterButton control.

protected FilterButton FilterButton

Field Value

FilterButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FilterText

FilterText control.

protected TextBox FilterText

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MembershipAdministration

MembershipAdministration control.

protected RadioButton MembershipAdministration

Field Value

RadioButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MembershipDepartment

MembershipDepartment control.

protected RadioButton MembershipDepartment

Field Value

RadioButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MembershipOrganization

MembershipOrganization control.

protected RadioButton MembershipOrganization

Field Value

RadioButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

OrganizationIdentifier

OrganizationIdentifier control.

protected FindCompany OrganizationIdentifier

Field Value

FindCompany

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PersonName

PersonName control.

protected Literal PersonName

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

RoleTypeSelector

RoleTypeSelector control.

protected CheckBoxList RoleTypeSelector

Field Value

CheckBoxList

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

ApplyPermissions()

public void ApplyPermissions()

IsDeleteVisible(object)

protected bool IsDeleteVisible(object organization)

Parameters

organization object

Returns

bool

LoadData(Guid, string)

public void LoadData(Guid userId, string userName)

Parameters

userId Guid
userName string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Events

Refreshed

public event EventHandler Refreshed

Event Type

EventHandler