Table of Contents

Class CredentialDetails

Namespace
InSite.Admin.Achievements.Credentials.Controls
Assembly
InSite.UI.dll
public class CredentialDetails : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
CredentialDetails
Implements
Inherited Members

Constructors

CredentialDetails()

public CredentialDetails()

Fields

AchievementDetail

AchievementDetail control.

protected AchievementDetailsV2 AchievementDetail

Field Value

AchievementDetailsV2

Remarks

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

Assigned

Assigned control.

protected Literal Assigned

Field Value

Literal

Remarks

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

AssignedDiv

AssignedDiv control.

protected HtmlGenericControl AssignedDiv

Field Value

HtmlGenericControl

Remarks

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

Expired

Expired control.

protected Literal Expired

Field Value

Literal

Remarks

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

ExpiredDiv

ExpiredDiv control.

protected HtmlGenericControl ExpiredDiv

Field Value

HtmlGenericControl

Remarks

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

Granted

Granted control.

protected Literal Granted

Field Value

Literal

Remarks

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

GrantedDiv

GrantedDiv control.

protected HtmlGenericControl GrantedDiv

Field Value

HtmlGenericControl

Remarks

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

PersonDetail

PersonDetail control.

protected PersonInfo PersonDetail

Field Value

PersonInfo

Remarks

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

Revoked

Revoked control.

protected Literal Revoked

Field Value

Literal

Remarks

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

RevokedDiv

RevokedDiv control.

protected HtmlGenericControl RevokedDiv

Field Value

HtmlGenericControl

Remarks

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

Methods

BindCredential(VCredential, TimeZoneInfo, bool, bool)

public void BindCredential(VCredential credential, TimeZoneInfo tz, bool showGranted = true, bool showRevoked = true)

Parameters

credential VCredential
tz TimeZoneInfo
showGranted bool
showRevoked bool