Table of Contents

Class UserConnections

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

Constructors

UserConnections()

public UserConnections()

Fields

AddRelationship

AddRelationship control.

protected Button AddRelationship

Field Value

Button

Remarks

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

Grid

Grid control.

protected Grid Grid

Field Value

Grid

Remarks

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

GridColumn

GridColumn control.

protected HtmlGenericControl GridColumn

Field Value

HtmlGenericControl

Remarks

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

PersonIdentifier

PersonIdentifier control.

protected FindPerson PersonIdentifier

Field Value

FindPerson

Remarks

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

RelationshipType

RelationshipType control.

protected RadioButtonList RelationshipType

Field Value

RadioButtonList

Remarks

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

ReportingLineHelp

ReportingLineHelp control.

protected HtmlGenericControl ReportingLineHelp

Field Value

HtmlGenericControl

Remarks

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

ToUserName

ToUserName control.

protected Literal ToUserName

Field Value

Literal

Remarks

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

UpdatePanel

UpdatePanel control.

protected UpdatePanel UpdatePanel

Field Value

UpdatePanel

Remarks

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

Methods

LoadData(Guid, string, PersonFinderSecurityInfoWrapper)

public void LoadData(Guid userId, string userName, PersonFinderSecurityInfoWrapper finderSecurityInfo)

Parameters

userId Guid
userName string
finderSecurityInfo PersonFinderSecurityInfoWrapper

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnRelationshipChecked(object, EventArgs)

protected void OnRelationshipChecked(object sender, EventArgs e)

Parameters

sender object
e EventArgs

SetSelectionEnabled(bool, bool, bool, bool)

public void SetSelectionEnabled(bool isLeaderEnabled, bool isManagerEnabled, bool isSupervisorEnabled, bool isValidatorEnabled)

Parameters

isLeaderEnabled bool
isManagerEnabled bool
isSupervisorEnabled bool
isValidatorEnabled bool

Events

Alert

public event AlertHandler Alert

Event Type

AlertHandler