Table of Contents

Class ProgramTaskRepeater

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

Constructors

ProgramTaskRepeater()

public ProgramTaskRepeater()

Fields

HelperMsgPlaceholder

HelperMsgPlaceholder control.

protected HtmlGenericControl HelperMsgPlaceholder

Field Value

HtmlGenericControl

Remarks

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

HelperMsgText

HelperMsgText control.

protected Literal HelperMsgText

Field Value

Literal

Remarks

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

TaskLabel

TaskLabel control.

protected HtmlGenericControl TaskLabel

Field Value

HtmlGenericControl

Remarks

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

TaskRepeater

TaskRepeater control.

protected Repeater TaskRepeater

Field Value

Repeater

Remarks

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

TaskSearchLink control.

protected IconLink TaskSearchLink

Field Value

IconLink

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

Properties

Disabled

public bool Disabled { get; set; }

Property Value

bool

HelperMsg

public string HelperMsg { get; set; }

Property Value

string

ObjectType

public string ObjectType { get; set; }

Property Value

string

ProgramTasks

public List<TTask> ProgramTasks { get; set; }

Property Value

List<TTask>

Methods

BindModelToControls(Guid?)

public void BindModelToControls(Guid? programId)

Parameters

programId Guid?

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

UpdateTask(Guid?, Guid, string, string, bool, string)

public void UpdateTask(Guid? programId, Guid objectIdentifier, string objectType, string taskCompletionRequirement, bool isChecked, string taskTitle)

Parameters

programId Guid?
objectIdentifier Guid
objectType string
taskCompletionRequirement string
isChecked bool
taskTitle string

UpdateTasks(Guid?)

public void UpdateTasks(Guid? programId)

Parameters

programId Guid?