![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ITask Interface Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ITask Interface |
The following tables list the members exposed by ITask.
Name | Description | |
---|---|---|
![]() | CallbackResults | A collection of results that are defined on the server and returned to the client via a callback. The results update content or run a script on the client. |
![]() | GroupResultsByTable | Whether to group display of task results by table (layer). If false, results display immediately beneath the task result node. |
![]() | Input | An object that contains the values input by the user when running the task. |
![]() | NavigationPath | The path to use when displaying the name of the task in a buddied navigation control. |
![]() | Results | Object that is used to store results of the task for further processing. |
![]() | ShowFieldAttributes | Whether to include the attributes of features within the task results. |
![]() | ShowLegend | If true, displays a legend for a graphics layer in the task results. |
![]() | ShowUrl | Returns a string with a client-side command to display the task on the client. |
![]() | TaskActivityIndicatorText | Text to display in the task results containers to indicate that the task has begun to execute. |
![]() | TaskResultsContainers | Collection of task results containers that receive the results of the task. |
![]() | Title | The title of the task to display in the client. |
![]() | ToolTip | The text to display in the tooltip for the task. |
![]() | UniqueID | Returns a unique ID for the control. |
Name | Description | |
---|---|---|
![]() | ExecuteTask | Performs the main work of the task. Sets any content to be returned to the client in the CallbackResults. |
![]() | GetGISResourceItemDependencies | Returns a collection of GISResourceItemDependency objects upon which the task depends. |
![]() | Refresh | Re-runs the task with the existing values in the Input property. |
![]() | Show | Makes the task visible on the client. |