Class ProgramTaskViewer
public class ProgramTaskViewer : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
ProgramTaskViewer
- Implements
- Inherited Members
Constructors
ProgramTaskViewer()
public ProgramTaskViewer()
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.
NoTasks
NoTasks control.
protected Literal NoTasks
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?, bool)
public void BindModelToControls(Guid? programId, bool includeEnterpriseTasks = false)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)