ESRI.ArcGIS.ADF.Web.UI.WebControls
TaskResults Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TaskResults Class




The following tables list the members exposed by TaskResults.

Public Constructors

 NameDescription
public ConstructorTaskResults ConstructorInitializes a new instance of the TaskResults web control.  
Top

Public Fields

 NameDescription
public FieldStateManager All state management is done through this property. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Top

Protected Fields

 NameDescription
protected Field_callbackArg Property for the callback event argument sent in from the calling page. Use CallbackEventArgument instead. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
Top

Public Properties

 NameDescription
public PropertyAccessKey (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
public PropertyAttributes (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyBackColor (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyBorderColor (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyBorderStyle (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyBorderWidth (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyCallbackFunctionString Gets the callbackfunction string for this control instance. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
public PropertyCallbackResults A collection of CallbackResult objects for passing information from the server to the client during a callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
public PropertyClearImage The image to display to remove a node when the ShowClearButton property on the TreeViewPlusNode is true (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyClientID (Inherited from System.Web.UI.Control)
public PropertyClientIDMode (Inherited from System.Web.UI.Control)
public PropertyCollapsedImage URL of the image to display at a node when the node is collapsed to hide its children. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyControls (Inherited from System.Web.UI.Control)
public PropertyControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyControlStyleCreated (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyCssClass (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyDepth Read-only property for the depth of a node. Since the TreeViewPlus is always at the root, this value is always zero (0). (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyEnabled (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyEnableTheming (Inherited from System.Web.UI.Control)
public PropertyEnableViewState (Inherited from System.Web.UI.Control)
public PropertyExpandDepthNumber of levels of the tree to display. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyExpandedImage URL of the image to display at a node when the node is expanded to show its children. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyFeatureContextMenu The context menu displayed when the user clicks on a feature (usually third-level) node in the TaskResults.  
public PropertyFont (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyForeColor (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyGraphicsLayerContextMenu The context menu displayed with the user right-clicks on a layer (second-level) node in the TaskResults.  
public PropertyGraphicsTransparency Gets or sets the transparency applied to all graphic results.  
public PropertyHasAttributes (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyHeight (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyHoverColorHover color for the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyID (Inherited from System.Web.UI.Control)
public PropertyIsAsync Returns true if this control is in a partial postback or a callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
public PropertyMapThe Map control ID to which the TaskResults will be buddied.  
public PropertyMapInstanceThe instance of Map control corresponding to the Map property.  
public PropertyNamingContainer (Inherited from System.Web.UI.Control)
public PropertyNodes The nodes of the tree. These contain the data to display for the TreeViewPlus control. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyNonInteractive Show only text (and legend image if any) (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyOffset Read-only property for the horizontal offset of the node from its StartingPosition due to collapse/expand image, check-box, etc. Since the root-level TreeViewPlus has no such items, this property always returns zero (0). (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyOffsetWidthThe number of pixels to offset child nodes in the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyPage (Inherited from System.Web.UI.Control)
public PropertyPageSizeOverridden. Number of items to display per page in the task results.  
public PropertyPagingTextFormatString The format string that defines how paging text appears. The fields are page starting record, page ending record, total record count, current page number and number of pages. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyParent (Inherited from System.Web.UI.Control)
public PropertyRelatesContextMenu The context menu displayed when the user clicks on a feature (usually third-level) node in the TaskResults that was created for a related record.  
public PropertyRemoveOnlyContextMenuA context menu that displays the choice to remove the associated node.  
public PropertyRenderingCompatibility (Inherited from System.Web.UI.Control)
public PropertyRenderOnDemand Property that determines whether collapsed nodes render children nodes to the browser on initial page load, or only when expanded. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyResultsInsertLocationLocation to add new results to the TaskResults list: Top or Bottom.  
public PropertySelectedColorThe color to use for selections in the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertySelectedNodeThe node that is selected in the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyShowClearAllButtonWhether to include a button on the control to clear all nodes in the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyShowRowCountWhether to display the number of rows in a task result.  
public PropertyShowUrlGets a string usable on the client to display the TaskResults. Read-only.  
public PropertySite (Inherited from System.Web.UI.Control)
public PropertySkinID (Inherited from System.Web.UI.Control)
public PropertyStartingPosition Read-only property for the starting horizontal offset of the node. Since the TreeViewPlus is at the root of the tree, this property always returns zero (0). (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyStyle (Inherited from System.Web.UI.WebControls.WebControl)
public PropertySupportsDisabledAttribute (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyTabIndex (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyTaskResultContextMenu The context menu displayed when the user right-clicks on one of top nodes in the task results.  
public PropertyTemplateControl (Inherited from System.Web.UI.Control)
public PropertyTemplateSourceDirectory (Inherited from System.Web.UI.Control)
public PropertyToolTip (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyUniqueID (Inherited from System.Web.UI.Control)
public PropertyUseDefaultWebResources The ADF Web Controls will use the internal web resources unless the user wants to use a modified version of the ESRI Javascript Library. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
public PropertyValueThe value of the root node of the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyValuePathThe full path to the root node of the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyValuePathSeparator Character to recognize for separation of values when specifying node paths. Default is forward slash (/). (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public PropertyViewStateMode (Inherited from System.Web.UI.Control)
public PropertyVisible (Inherited from System.Web.UI.Control)
public PropertyWebResourceLocation The location of the web resources for use by the ADF Web Controls if the default Web resources are not used." (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
public PropertyWidth (Inherited from System.Web.UI.WebControls.WebControl)
public PropertyZoomToPointFactor When zooming to points, this is the number which the full extent will be divided by in order to calculate the extent to zoom to.  
Top

Protected Properties

 NameDescription
protected PropertyAdapter (Inherited from System.Web.UI.Control)
protected PropertyCallbackEventArgument Property for the callback event argument sent in from the calling page. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
protected PropertyChildControlsCreated (Inherited from System.Web.UI.Control)
protected PropertyClearAllLinkID The ID of the HTML anchor element used for clearing all nodes. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected PropertyClientIDSeparator (Inherited from System.Web.UI.Control)
protected PropertyContentDivID The ID of the HTML div element that contains all nodes on the client. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected PropertyEvents (Inherited from System.Web.UI.Control)
protected PropertyHasChildViewState (Inherited from System.Web.UI.Control)
protected PropertyIdSeparator (Inherited from System.Web.UI.Control)
protected PropertyIsTrackingViewState (Inherited from System.Web.UI.Control)
protected PropertyLoadViewStateByID (Inherited from System.Web.UI.Control)
protected PropertyTagKey (Inherited from System.Web.UI.WebControls.WebControl)
protected PropertyTagName (Inherited from System.Web.UI.WebControls.WebControl)
protected PropertyViewState (Inherited from System.Web.UI.Control)
protected PropertyViewStateIgnoresCase (Inherited from System.Web.UI.Control)
Top

Public Methods

 NameDescription
public MethodApplyStyle (Inherited from System.Web.UI.WebControls.WebControl)
public MethodApplyStyleSheetSkin (Inherited from System.Web.UI.Control)
public MethodBindToDataSetUsing this member, an ADO.NET Dataset can be used to create the Tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public MethodContextMenuDismissed Call this method to reset the background of the node when context menu is dismissed. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public MethodCopyBaseAttributes (Inherited from System.Web.UI.WebControls.WebControl)
public MethodCreateAndAddDataRowNodesAdds nodes for features or rows in the DataTable to the parent node.  
public MethodCreateDataTableNode Creates a new node that contains the DataTable and has other properties passed in.  
public MethodCreateTaskResultNode Creates a new TaskResultNode from an input DataSet and related information.  
public MethodDataBindOverloaded.  (Inherited from System.Web.UI.Control)
public MethodDisplayResultsAdds the task results to the TaskResults control.  
public MethodDispose (Inherited from System.Web.UI.Control)
public MethodFindControlOverloaded.  (Inherited from System.Web.UI.Control)
public MethodFindNodeByValuePathSearches for a node in the tree with a specified value path. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public MethodFocus (Inherited from System.Web.UI.Control)
public MethodGetCallbackResultOverridden. Returns the results of the client callback.  
public MethodGetRouteUrlOverloaded.  (Inherited from System.Web.UI.Control)
public MethodGetScriptDescriptorsOverridden.  Defines the collection of parameters and their associated values used when instantiating the Javascript object related to this control.  
public MethodGetScriptReferences Returns a list of required clientside scripts for this webcontrol, based on the class' script attributes (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
public MethodGetSupportedBuddyControlTypes The method supports the .NET ADF infrastructure and is not intended to be used directly from your code.  
public MethodGetUniqueIDRelativeTo (Inherited from System.Web.UI.Control)
public MethodHasControls (Inherited from System.Web.UI.Control)
public MethodMergeStyle (Inherited from System.Web.UI.WebControls.WebControl)
public MethodRaiseCallbackEvent As part of the callback implementation for the control, stores the event argument passed to the control by the client. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
public MethodRaisePostBackEvent Processes a postback event that targets a control and returns the result. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
public MethodRefreshOverridden.  Refresh  
public MethodRemoveResultsOverloaded.  Removes the results of a job from the task results control.  
public MethodRenderBeginTag (Inherited from System.Web.UI.WebControls.WebControl)
public MethodRenderControlOverloaded.  (Inherited from System.Web.UI.Control)
public MethodRenderEndTag (Inherited from System.Web.UI.WebControls.WebControl)
public MethodResolveClientUrl (Inherited from System.Web.UI.Control)
public MethodResolveUrl (Inherited from System.Web.UI.Control)
public MethodSetRenderMethodDelegate (Inherited from System.Web.UI.Control)
public MethodSetupContextMenuAssigns the context menu for the node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public MethodSetupTaskResultNodePeforms basic setup for a task result node.  
public MethodShowDisplays the TaskResults control following a postback or callback.  
public MethodStartTaskActivityIndicator Displays a task activity indicator in the task results. Used during a callback to show task progress.  
Top

Protected Methods

 NameDescription
protected MethodAddAttributesToRender (Inherited from System.Web.UI.WebControls.WebControl)
protected MethodAddParsedSubObject (Inherited from System.Web.UI.Control)
protected MethodBuildProfileTree (Inherited from System.Web.UI.Control)
protected MethodClearCachedClientID (Inherited from System.Web.UI.Control)
protected MethodClearChildControlState (Inherited from System.Web.UI.Control)
protected MethodClearChildState (Inherited from System.Web.UI.Control)
protected MethodClearChildViewState (Inherited from System.Web.UI.Control)
protected MethodClearEffectiveClientIDMode (Inherited from System.Web.UI.Control)
protected MethodCreateChildControlsOverridden.  Adds the child controls of the task results, including context menus.  
protected MethodCreateControlCollection (Inherited from System.Web.UI.Control)
protected MethodCreateControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
protected MethodDataBindChildren (Inherited from System.Web.UI.Control)
protected MethodEnsureChildControls (Inherited from System.Web.UI.Control)
protected MethodEnsureID (Inherited from System.Web.UI.Control)
protected MethodGetDataRowHtmlTableReturns the formatted HTML table for the data row. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodGetDataRowHtmlTableConvertedReturns the formatted HTML table for the data row. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodGetDesignModeState (Inherited from System.Web.UI.Control)
protected MethodGetDesignModeWarningsOverridden.  Returns a list of warning messages to be displayed at design time.  
protected MethodGetHeaderFormatStringGets the title format string for the data table. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodHasEvents (Inherited from System.Web.UI.Control)
protected MethodIsLiteralContent (Inherited from System.Web.UI.Control)
protected MethodLoadViewState (Inherited from System.Web.UI.Control)
protected MethodOnBubbleEvent (Inherited from System.Web.UI.Control)
protected MethodOnDataBinding (Inherited from System.Web.UI.Control)
protected MethodOnInit (Inherited from System.Web.UI.Control)
protected MethodOnLoadOverridden.  Occurs when the control is loaded.  
protected MethodOnNodeCheckOccurs when a node's checkbox is checked. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodOnNodeClearOccurs when a node's contents is cleared. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodOnNodeClickOccurs when a node in the treeview is clicked. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodOnNodeCollapseOccurs when a node in the treeview is collapsed. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodOnNodeExpandOccurs then a node is expanded in the treeview. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodOnNodeLegendClickOccurs when the legend node is clicked. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodOnNodePageChangeOccurs when the node page is changed. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodOnNodeSelectOccurs when a node in the treeview is selected. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
protected MethodOnPreRender (Inherited from System.Web.UI.Control)
protected MethodOnUnload (Inherited from System.Web.UI.Control)
protected MethodRaiseBubbleEvent (Inherited from System.Web.UI.Control)
protected MethodRecreateChildControls (Inherited from System.Web.UI.WebControls.CompositeControl)
protected MethodRenderOverridden.  Overridden. Renders the control to the specified HTML writer.  
protected MethodRenderAjaxControlOverridden.  Registers start up script to create javascript controls. Called by the Render method.  
protected MethodRenderContents (Inherited from System.Web.UI.WebControls.WebControl)
protected MethodRenderDesignModeWarnings If design mode is active and the derived class has configuration errors, then a standard template will be used to show these errors to the user and True is returned, else no warnings are displayed and false is returned. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl)
protected MethodResolveAdapter (Inherited from System.Web.UI.Control)
protected MethodSaveViewState (Inherited from System.Web.UI.Control)
protected MethodSetDesignModeState (Inherited from System.Web.UI.Control)
protected MethodTrackViewState (Inherited from System.Web.UI.Control)
Top

Public Events

 NameDescription
public EventDataBinding (Inherited from System.Web.UI.Control)
public EventDisposed (Inherited from System.Web.UI.Control)
public EventInit (Inherited from System.Web.UI.Control)
public EventLoad (Inherited from System.Web.UI.Control)
public EventNodeAddedEvent that is called when a node has been added. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeCheckedEvent that is called when a node is checked on the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeClearedEvent that is called when a node is cleared on the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeClickedEvent that is called when a node is clicked on the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeCollapsedEvent that is called when a node is collapsed on the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeExpandedEvent that is called when a node is expanded on the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeLegendClickedEvent that is called when a node legend is clicked on the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodePageChangedEvent that is called when a node page is changed on the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeRemovedEvent that is called when a node has been removed. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeRemovingEvent that is called when a node is about to be removed. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventNodeSelectedEvent that is called when a node is selected on the tree. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlus)
public EventPreRender (Inherited from System.Web.UI.Control)
public EventUnload (Inherited from System.Web.UI.Control)
Top

See Also

© 2011 All Rights Reserved.