Table of Contents

Class Create

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

Constructors

Create()

public Create()

Fields

AchievementListEditor

AchievementListEditor control.

protected AchievementListEditor AchievementListEditor

Field Value

AchievementListEditor

Remarks

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

AlertStatus

AlertStatus control.

protected Alert AlertStatus

Field Value

Alert

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.

CreationType

CreationType control.

protected CreationTypeComboBox CreationType

Field Value

CreationTypeComboBox

Remarks

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

DepartmentIdentifier

DepartmentIdentifier control.

protected FindDepartment DepartmentIdentifier

Field Value

FindDepartment

Remarks

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

NavPanel

NavPanel control.

protected Nav NavPanel

Field Value

Nav

Remarks

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

NewSection

NewSection control.

protected HtmlGenericControl NewSection

Field Value

HtmlGenericControl

Remarks

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

ProgramCode

ProgramCode control.

protected TextBox ProgramCode

Field Value

TextBox

Remarks

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

ProgramDescription

ProgramDescription control.

protected TextBox ProgramDescription

Field Value

TextBox

Remarks

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

ProgramName

ProgramName control.

protected TextBox ProgramName

Field Value

TextBox

Remarks

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

ProgramType

ProgramType control.

protected CheckBox ProgramType

Field Value

CheckBox

Remarks

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

Step1NextButton

Step1NextButton control.

protected NextButton Step1NextButton

Field Value

NextButton

Remarks

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

Step1SaveButton

Step1SaveButton control.

protected SaveButton Step1SaveButton

Field Value

SaveButton

Remarks

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

Step1Section

Step1Section control.

protected NavItem Step1Section

Field Value

NavItem

Remarks

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

Step2NextButton

Step2NextButton control.

protected NextButton Step2NextButton

Field Value

NextButton

Remarks

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

Step2Section

Step2Section control.

protected NavItem Step2Section

Field Value

NavItem

Remarks

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

Step3SaveButton

Step3SaveButton control.

protected SaveButton Step3SaveButton

Field Value

SaveButton

Remarks

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

Step3Section

Step3Section control.

protected NavItem Step3Section

Field Value

NavItem

Remarks

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

TaskGrid

TaskGrid control.

protected TaskGridEdit TaskGrid

Field Value

TaskGridEdit

Remarks

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

ValidationSummary

ValidationSummary control.

protected ValidationSummary ValidationSummary

Field Value

ValidationSummary

Remarks

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

Properties

BookmarkedAchievements

public List<Guid> BookmarkedAchievements { get; set; }

Property Value

List<Guid>

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs