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




An abstract class used to create a task control.

Object Model

Task Class

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.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<AjaxControlToolkit.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.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[AjaxControlToolkit.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.