Table of Contents

Class ModifyAchievement

Namespace
InSite.Admin.Records.Programs
Assembly
InSite.UI.dll
public class ModifyAchievement : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute, IHasParentLinkParameters
Inheritance
ModifyAchievement
Implements
Inherited Members

Constructors

ModifyAchievement()

public ModifyAchievement()

Fields

AchievementCreateButton

AchievementCreateButton control.

protected IconButton AchievementCreateButton

Field Value

IconButton

Remarks

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

AchievementExpiration

AchievementExpiration control.

protected AchievementExpirationField AchievementExpiration

Field Value

AchievementExpirationField

Remarks

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

AchievementFields

AchievementFields control.

protected Container AchievementFields

Field Value

Container

Remarks

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

AchievementIdentifier

AchievementIdentifier control.

protected FindAchievement AchievementIdentifier

Field Value

FindAchievement

Remarks

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

AchievementIdentifierField

AchievementIdentifierField control.

protected HtmlGenericControl AchievementIdentifierField

Field Value

HtmlGenericControl

Remarks

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

AchievementLabel

AchievementLabel control.

protected TextBox AchievementLabel

Field Value

TextBox

Remarks

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

AchievementLayout

AchievementLayout control.

protected CertificateLayoutComboBox AchievementLayout

Field Value

CertificateLayoutComboBox

Remarks

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

AchievementName

AchievementName control.

protected TextBox AchievementName

Field Value

TextBox

Remarks

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

AchievementOutlineLink control.

protected IconLink AchievementOutlineLink

Field Value

IconLink

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.

EditorStatus

EditorStatus control.

protected Alert EditorStatus

Field Value

Alert

Remarks

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

NavigateUrl

public const string NavigateUrl = "/ui/admin/learning/programs/modify-achievement"

Field Value

string

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.

Methods

BindModelToControlsForAchievement(Guid?, bool)

public void BindModelToControlsForAchievement(Guid? achievementId, bool forceNew)

Parameters

achievementId Guid?
forceNew bool

GetNavigateUrl(Guid)

public static string GetNavigateUrl(Guid programId)

Parameters

programId Guid

Returns

string

GetParentLinkParameters(IWebRoute)

public string GetParentLinkParameters(IWebRoute parent)

Parameters

parent IWebRoute

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

Redirect(Guid)

public static void Redirect(Guid programId)

Parameters

programId Guid