Table of Contents

Class Edit

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

Constructors

Edit()

public Edit()

Fields

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.

ContentRepeater

ContentRepeater control.

protected Repeater ContentRepeater

Field Value

Repeater

Remarks

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

Language

Language control.

protected ComboBox Language

Field Value

ComboBox

Remarks

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

PrerequisiteRepeater

PrerequisiteRepeater control.

protected Repeater PrerequisiteRepeater

Field Value

Repeater

Remarks

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

PrerequisiteRepeaterField

PrerequisiteRepeaterField control.

protected HtmlGenericControl PrerequisiteRepeaterField

Field Value

HtmlGenericControl

Remarks

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

PresentationTab

PresentationTab control.

protected NavItem PresentationTab

Field Value

NavItem

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.

TaskInProgram

TaskInProgram control.

protected ComboBox TaskInProgram

Field Value

ComboBox

Remarks

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

TaskPresentationSetup

TaskPresentationSetup control.

protected TaskPresentationSetup TaskPresentationSetup

Field Value

TaskPresentationSetup

Remarks

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

TaskSection

TaskSection control.

protected HtmlGenericControl TaskSection

Field Value

HtmlGenericControl

Remarks

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

TriggerChange

TriggerChange control.

protected ComboBox TriggerChange

Field Value

ComboBox

Remarks

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

TriggerTaskInProgram

TriggerTaskInProgram control.

protected HtmlGenericControl TriggerTaskInProgram

Field Value

HtmlGenericControl

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

CurrentTaskInfo

public TaskInfo CurrentTaskInfo { get; set; }

Property Value

TaskInfo

TaskInfoContainer

public List<TaskInfo> TaskInfoContainer { get; set; }

Property Value

List<TaskInfo>

Methods

BindControlsToHandlers(ComboBox, Repeater)

protected void BindControlsToHandlers(ComboBox language, Repeater repeater)

Parameters

language ComboBox
repeater Repeater

BindControlsToModel(ContentContainer)

public virtual void BindControlsToModel(ContentContainer content)

Parameters

content ContentContainer

BindModelToControls(Guid)

protected void BindModelToControls(Guid taskId)

Parameters

taskId Guid

BindModelToControls(Guid, ContentContainer)

protected void BindModelToControls(Guid taskId, ContentContainer content)

Parameters

taskId Guid
content ContentContainer

GetParentLinkParameters(IWebRoute)

public string GetParentLinkParameters(IWebRoute parent)

Parameters

parent IWebRoute

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLanguageChanged()

protected void OnLanguageChanged()

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs