ESRI.ArcGIS.ADF.Web.UI.WebControls
Task Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Task Class




An abstract class used to create a task control.

Object Model




Syntax

Visual Basic (Declaration) 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.Designers.TaskDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Tasks", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Tasks.release.js")>
Public MustInherit Class Task 
   Inherits CompositeControl
   Implements IBuddyControlSupportITask 
Visual Basic (Usage)Copy Code
Dim instance As Task
C# 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.Designers.TaskDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Tasks", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Tasks.release.js")]
public abstract class Task : CompositeControl, IBuddyControlSupportITask  

Remarks

Tasks in the Web ADF allow the end user to perform a focused unit of work in the Web application. All tasks implement the ITask interface. The abstract classes Task and FloatingPanelTask implement ITask. The out-of-the-box tasks included with the Web ADF extend FloatingPanelTask. See FloatingPanelTask for further discussion of tasks.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CompositeControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl
               ESRI.ArcGIS.ADF.Web.UI.WebControls.Task

See Also

© 2010 All Rights Reserved.