Table of Contents

Class EditTabSignIn

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

Constructors

EditTabSignIn()

public EditTabSignIn()

Fields

AccountCreatedInfo

AccountCreatedInfo control.

protected Literal AccountCreatedInfo

Field Value

Literal

Remarks

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

AccountCreatedLabel

AccountCreatedLabel control.

protected Literal AccountCreatedLabel

Field Value

Literal

Remarks

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

AccountType

AccountType control.

protected Literal AccountType

Field Value

Literal

Remarks

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

AccountTypeField

AccountTypeField control.

protected HtmlGenericControl AccountTypeField

Field Value

HtmlGenericControl

Remarks

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

ArchiveStatus

ArchiveStatus control.

protected Literal ArchiveStatus

Field Value

Literal

Remarks

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

ArchiveStatusHelp

ArchiveStatusHelp control.

protected Literal ArchiveStatusHelp

Field Value

Literal

Remarks

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

CurrentMfaMode

CurrentMfaMode control.

protected Literal CurrentMfaMode

Field Value

Literal

Remarks

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

DeleteLink control.

protected IconLink DeleteLink

Field Value

IconLink

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

ImpersonateAnchor

ImpersonateAnchor control.

protected Button ImpersonateAnchor

Field Value

Button

Remarks

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

IsUserAccessGranted

IsUserAccessGranted control.

protected CheckBox IsUserAccessGranted

Field Value

CheckBox

Remarks

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

IsUserAccessGrantedDateTime

IsUserAccessGrantedDateTime control.

protected Literal IsUserAccessGrantedDateTime

Field Value

Literal

Remarks

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

IsUserAccountApprovedCmds

IsUserAccountApprovedCmds control.

protected CheckBox IsUserAccountApprovedCmds

Field Value

CheckBox

Remarks

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

IsUserLicenseAccepted

IsUserLicenseAccepted control.

protected CheckBox IsUserLicenseAccepted

Field Value

CheckBox

Remarks

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

IsUserLicenseAcceptedDateTime

IsUserLicenseAcceptedDateTime control.

protected Literal IsUserLicenseAcceptedDateTime

Field Value

Literal

Remarks

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

MfaDisableButton

MfaDisableButton control.

protected Button MfaDisableButton

Field Value

Button

Remarks

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

MfaDisableField

MfaDisableField control.

protected HtmlGenericControl MfaDisableField

Field Value

HtmlGenericControl

Remarks

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

MfaDisabled

MfaDisabled control.

protected RadioButton MfaDisabled

Field Value

RadioButton

Remarks

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

MfaEnabled

MfaEnabled control.

protected RadioButton MfaEnabled

Field Value

RadioButton

Remarks

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

ModifyArchiveStatus

ModifyArchiveStatus control.

protected IconLink ModifyArchiveStatus

Field Value

IconLink

Remarks

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

PasswordExpires

PasswordExpires control.

protected DateTimeOffsetSelector PasswordExpires

Field Value

DateTimeOffsetSelector

Remarks

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

PermissionInfo

PermissionInfo control.

protected HtmlGenericControl PermissionInfo

Field Value

HtmlGenericControl

Remarks

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

ResetPassword

ResetPassword control.

protected Button ResetPassword

Field Value

Button

Remarks

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

RoleCheckList

RoleCheckList control.

protected CheckBoxList RoleCheckList

Field Value

CheckBoxList

Remarks

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

SupportEmail

SupportEmail control.

protected Literal SupportEmail

Field Value

Literal

Remarks

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

UserAccountApproved

UserAccountApproved control.

protected DateTimeOffsetSelector UserAccountApproved

Field Value

DateTimeOffsetSelector

Remarks

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

UserAccountApprovedField

UserAccountApprovedField control.

protected HtmlGenericControl UserAccountApprovedField

Field Value

HtmlGenericControl

Remarks

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

UserIdentifierOutput

UserIdentifierOutput control.

protected Literal UserIdentifierOutput

Field Value

Literal

Remarks

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

Methods

ApplyAccessControl()

public void ApplyAccessControl()

GetInputValues(QUser, QPerson)

public void GetInputValues(QUser user, QPerson person)

Parameters

user QUser
person QPerson

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Save()

public void Save()

SetInputValues(QPerson)

public void SetInputValues(QPerson person)

Parameters

person QPerson

SetSecutiry(bool, bool)

public void SetSecutiry(bool canEdit, bool canDelete)

Parameters

canEdit bool
canDelete bool

Events

StatusUpdated

public event AlertHandler StatusUpdated

Event Type

AlertHandler