Class UserConnections
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Grid
Grid control.
protected Grid Grid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GridColumn
GridColumn control.
protected HtmlGenericControl GridColumn
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PersonIdentifier
PersonIdentifier control.
protected FindPerson PersonIdentifier
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RelationshipType
RelationshipType control.
protected RadioButtonList RelationshipType
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReportingLineHelp
ReportingLineHelp control.
protected HtmlGenericControl ReportingLineHelp
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ToUserName
ToUserName control.
protected Literal ToUserName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UpdatePanel
UpdatePanel control.
protected UpdatePanel UpdatePanel
Field Value
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
userIdGuiduserNamestringfinderSecurityInfoPersonFinderSecurityInfoWrapper
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnRelationshipChecked(object, EventArgs)
protected void OnRelationshipChecked(object sender, EventArgs e)
Parameters
SetSelectionEnabled(bool, bool, bool, bool)
public void SetSelectionEnabled(bool isLeaderEnabled, bool isManagerEnabled, bool isSupervisorEnabled, bool isValidatorEnabled)
Parameters
Events
Alert
public event AlertHandler Alert