Table of Contents

Class AddCertificate

Namespace
InSite.UI.Portal.Records.Credentials.Learners.Controls
Assembly
InSite.UI.dll
public class AddCertificate : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
AddCertificate
Implements
Inherited Members

Constructors

AddCertificate()

public AddCertificate()

Fields

AchievementFile

AchievementFile control.

protected FileUploadV2 AchievementFile

Field Value

FileUploadV2

Remarks

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

AchievementIssued

AchievementIssued control.

protected DateSelector AchievementIssued

Field Value

DateSelector

Remarks

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

AchievementLifetime

AchievementLifetime control.

protected NumericBox AchievementLifetime

Field Value

NumericBox

Remarks

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

AchievementSelector

AchievementSelector control.

protected FindAchievement AchievementSelector

Field Value

FindAchievement

Remarks

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

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

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

ConfirmAchievement

ConfirmAchievement control.

protected Label ConfirmAchievement

Field Value

Label

Remarks

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

ConfirmExpiry

ConfirmExpiry control.

protected Label ConfirmExpiry

Field Value

Label

Remarks

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

ConfirmFile

ConfirmFile control.

protected Label ConfirmFile

Field Value

Label

Remarks

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

ConfirmIssued

ConfirmIssued control.

protected Label ConfirmIssued

Field Value

Label

Remarks

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

EmbeddedHelp

EmbeddedHelp control.

protected Alert EmbeddedHelp

Field Value

Alert

Remarks

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

NextButton

NextButton control.

protected NextButton NextButton

Field Value

NextButton

Remarks

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

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

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

ValidationStatus

ValidationStatus control.

protected Alert ValidationStatus

Field Value

Alert

Remarks

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

Wizard

Wizard control.

protected MultiView Wizard

Field Value

MultiView

Remarks

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

Properties

HelpContent

public string HelpContent { get; set; }

Property Value

string

NewCredentialId

public Guid NewCredentialId { get; set; }

Property Value

Guid

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

Events

Alert

public event AlertHandler Alert

Event Type

AlertHandler