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




A node used in a task results control to represent a set of task results.

Object Model









Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class TaskResultNode 
   Inherits TreeViewPlusNode
   Implements ITreeViewPlusNodeContainer 
Visual Basic (Usage)Copy Code
Dim instance As TaskResultNode
C# 
[SerializableAttribute()]
public class TaskResultNode : TreeViewPlusNode, ITreeViewPlusNodeContainer  

Remarks

TaskResultNode extends a standard TreeViewPlusNode to enable it to contain information about a set of task results. Nodes in the task results control need to have information about the task that produced the results (TaskID Property), the particular run of the task (TaskJobID Property), and the inputs provided by the user that were used in running the task (TaskInput Property).

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode
      ESRI.ArcGIS.ADF.Web.UI.WebControls.TaskResultNode

See Also

© 2010 All Rights Reserved.