ESRI.ArcGIS.ADF.Tasks
ESRI.ArcGIS.ADF.Tasks Namespace
See Also  Inheritance Hierarchy
Contains task controls and related classes for using tasks.

Classes

 ClassDescription
ClassCodedValuesUtility Obtains, processes and packages coded value domain information from layer information.
ClassFindAddressTask A Web ADF task for geocoding (finding the x,y coordinate location) of an address or other geocodable data.
ClassFindAddressTaskWebConfigurator Dialog used within the Manager application to configure the Find Address Task.
ClassFormEntry Maintains information on form items added to the QueryAttributesTask.
ClassGeoprocessingTask Executes a geoprocessing tool provided by a geoprocessing resource
ClassGeoprocessingTaskWebConfigurator The configurator used in Manager to set the configuration for the geoprocessing task.
ClassGeneric ItemSettings Settings for various UI elements of the print task. Stores information about the default value and the visibility of the control.
ClassJavaScriptDataTableConverter DataTable to JSON converter
ClassLegendItemSettings Settings for the legend control in the print task UI. The legend contains a default value which is the true/false setting for the checkbox control to be displayed initially, whether or not the control should appear as well as a collection of resource names to hide in the legend, the number of columns to be used for a multi-column rendering, and the threshold of elements that must appear when a layer of swatch elements spans multiple columns.
ClassMapControlEditor Displays a list of Map control IDs in the Map drop-down list in Visual Studio for the task properties
ClassMapCopyrightTextControlEditor Displays a list of Map Copyright control IDs in the Map Copyright drop-down list in Visual Studio for the task properties
ClassNorthArrowSettings Settings for the north arrow control in the print task UI.
ClassPagePrinter Outputs an HTML page containing a map title, map image, copyright text and task results.
ClassPrintPanel This class serves as a surrogate for the System.Web.UI.WebControls.Panel control. The Print Task utilized the standard Panel as a container for the checkable listbox control that displays the list of task results that may be chosen for printing. However, with the usage of a Script Manager, there were issues with generating that HTML during a callback. If a control derives from our own Composite control (as is the case here) then simply calling Refresh() during a callback will eventually generate the desired HTML and the problem is solved. This control is used only to replace the Panel control which was added to provide dynamic scrollbars to the checkable listbox control and that behavior is maintained with this control too.
ClassPrintTask The ArcGIS Web ADF Print task.
ClassPrintTaskUtil  
ClassPrintTaskWebConfigurator Dialog used within the Manager application to configure the Print Task.
ClassQualityItem Encapsulates the print quality when printing a map. This class will store the name of the print quality along with the numeric DPI.
ClassQualityItemCollection A collection of QualityItem objects.
ClassQualityItemCollectionConverter Type converter for QualityItemCollection class.
ClassQualityItemCollectionEditor Editor for QualityItemCollection.
ClassQualityItemSettings Settings for the print quality control in the print task UI. The setting contains not only a default value which is the index of the drop down list control to be displayed initially, but also whether or not the control should appear. The list of supported qualities is also stored here.
ClassQueryAttributes Defines the query to be executed by the QueryAttributesTask, including map resource, layer, and where expression.
ClassQueryAttributesConverter Converter used for QueryAttributes.
ClassQueryAttributesTask A Web ADF task for querying the attributes of one map layer.
ClassQueryAttributesTaskWebConfigurator Web configurator used to configure the query task in Manager.
ClassResCategoryAttribute Implements the DescriptionAttribute except that the parameter is a resource name.
ClassResDefaultValueAttribute Implements the DescriptionAttribute except that the parameter is a resource name.
ClassResDescriptionAttribute Implements the DescriptionAttribute except that the parameter is a resource name.
ClassResourceList A collection of strings representing map resources not to display in the legend.
ClassResourceListConverter Type converter for ResourceList class.
ClassResourceListEditor Editor for the ResourceList property of the PrintTask
ClassResourceListEditorForm EditorForm for the ResourceList property of the PrintTask
ClassSearchAttributesTask Web ADF task for finding features in one or more map layers by searching the attributes of multiple fields.
ClassSearchAttributesTaskWebConfigurator Dialog used within the Manager application to configure the Search Attributes Task.
ClassValidator  
ClassWidthItem Encapsulates the output size/width when printing a map. This class will store the name of the width along with the size which is comprised of a numeric value and the unit type associated with the numeric value (inches or centimeters).
ClassWidthItemCollection A collection of WidthItem objects.
ClassWidthItemCollectionConverter Type converter for WidthItemCollection class.
ClassWidthItemCollectionEditor Editor for WidthItemCollection.
ClassWidthItemSettings Settings for the width control in the print task UI. The width contains not only a default value which is the index of the drop down list control to be displayed initially, but also whether or not the control should appear as well as a collection of widths to display in the control.

Structures

Enumerations

 EnumerationDescription
EnumerationInputValidationMode Type of validation mode specified for the FormEntry.
EnumerationValidatorType  
EnumerationWidthUnits Indicates the units for custom sizes (widths) used by the Print Task.

See Also

© 2010 All Rights Reserved.