Class ProgramTaskRepeater
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HelperMsgText
HelperMsgText control.
protected Literal HelperMsgText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaskLabel
TaskLabel control.
protected HtmlGenericControl TaskLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaskRepeater
TaskRepeater control.
protected Repeater TaskRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaskSearchLink
TaskSearchLink control.
protected IconLink TaskSearchLink
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
Disabled
public bool Disabled { get; set; }
Property Value
HelperMsg
public string HelperMsg { get; set; }
Property Value
ObjectType
public string ObjectType { get; set; }
Property Value
ProgramTasks
public List<TTask> ProgramTasks { get; set; }
Property Value
Methods
BindModelToControls(Guid?)
public void BindModelToControls(Guid? programId)
Parameters
programIdGuid?
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
UpdateTask(Guid?, Guid, string, string, bool, string)
public void UpdateTask(Guid? programId, Guid objectIdentifier, string objectType, string taskCompletionRequirement, bool isChecked, string taskTitle)
Parameters
programIdGuid?objectIdentifierGuidobjectTypestringtaskCompletionRequirementstringisCheckedbooltaskTitlestring
UpdateTasks(Guid?)
public void UpdateTasks(Guid? programId)
Parameters
programIdGuid?