| Class | Description |
| ActivityIndicatorNode |
A node type used in task results control to indicate current activity when
executing a task.
|
| AsyncOptimizer |
Utility class to determine whether or not child controls need to be created during an asynchronous
callback.
|
| AutoExpandButton |
Button which resizes itself based on the pixel width of the Text associated with it
and the specified maximum and padding properties.
|
| AutoExpandLabel |
Label which resizes itself based on the pixel width of the Text associated with it
and the specified maximum and padding properties.
|
| BuddyControl |
Information about a control associated with another. This class
stores the name of the associated control and the control to which it is associated.
|
| BuddyControlCollection |
A collection of buddy controls.
|
| CallbackButton |
Button that executes a server-side OnClick event during a Callback instead of a Postback.
|
| CallbackResult | A Web ADF class for passing results of a client callback to the browser. |
| CallbackResultCollection |
A collection of CallbackResult objects. Used for returning information to the
client from a callback.
|
| CallbackUtility | Utility class for handling callbacks. |
| CancelableTreeViewPlusNodeEventArgs |
Provides data for the NodeRemoving event.
|
| CartoDisplay |
Base class for a control that displays cartographic information.
|
| CharacterPicker | |
| CircleEventArgs | Event arguments for a Tool when its ClientAction is set to Circle. |
| ColorPalette |
A Web control for picking a color.
|
| ColorPicker | A web control that allows the user to choose a color. |
| Command |
A button on a toolbar that executes code immediately, without interaction on the
client side by the user with the buddy control's display.
|
| Comparer | |
| CompositeControl |
Abstract composite control class supporting asyncronous callbacks and partial postbacks.
|
| Constants |
The class supports the .NET ADF infrastructure and is not intended to be used directly from your code.
|
| ContextMenu | Context menu used in a web control to allow right-click pop-up menu. |
| ContextMenuDismissedEventArgs | Arguments for a ContextMenuDismissed event. |
| ContextMenuItem | Item on a context menu. |
| ContextMenuItemCollection | Collection of ContextMenuItem objects. |
| ContextMenuItemEventArgs | Arguments for a ContextMenuItemClicked event. |
| Converter |
Contains utility methods for converting in the Web ADF.
|
| CopyrightText |
ArcGIS Server Application Developer Framework for .NET CopyrightText Class.
This class provides the attributes necessary to render a copyright notice on the
Map web control image.
|
| DataFrameEventArgs |
Event arguments for a change in data frames.
|
| DataNotAvailableDrawingUtility |
Utility class for drawing a message to indicate data are not available.
|
| DataSourceDefinerConfig | |
| DataSourceDefinerWeb |
A data source definer control that works with most data sources in web applications including Manager.
|
| DataSourceDiscovery |
A helper class with static methods supporting data source discovery.
|
| DataSourceDiscoveryConfig | |
| DataSourceDiscoveryUtility |
A helper class for data sources to use when implementing data source discovery
|
| DataSourceManager | Manages data sources used by the ESRI Web ADF. |
| DataSourcesConfigFactory | |
| DesignModeWarnings |
Used to store warning messages (both free-form text as well as missing property) and render
the associated HTML at design time when any messages are present.
|
| DisplayCharacter |
Represents a single character and font.
|
| DisplayCharacterConfigurator |
A web control to choose a display character (Font character). Typically used to configure
The display character for the Navigation/North arrow control
|
| DockDesigner | |
| DockExtender |
Extender control which adds docking behavior to a control. The targeted control will be anchored to the
control it targets and will appear at the horizontal and vertical location dictated by property settings.
|
| DropDownBox |
A drop down box on a tool bar.
|
| DropDownBoxItemCollection | A collection of ListItem objects used in a DropDownBox. |
| ExecuteTaskEventArgs |
Event data for Task and FloatingPanelTask Execute events.
|
| ExtentEventArgs | Event arguments for a change in extent. |
| FeatureNode |
Node used in a TaskResults control to display information for a single
feature.
|
| FieldsList |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| FillSymbolDialog |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| FloatingPanel |
A panel into which other controls and HTML content may be placed. The floating
panel may be moved, resized, collapsed and closed by the user.
|
| FloatingPanelContentsRenderedEventArgs | Arguments attached to the event of rendering a FloatingPanel. |
| FloatingPanelTask |
An abstract class used to create a task control that appears within a floating
panel on the client.
|
| GeocodeResourceItem | Representation of a Geocode Resource in a GeocodeResourceManager control. |
| GeocodeResourceManager |
Represents a collection of geocode resources.
|
| GeoprocessingResourceItem |
Representation of a Geoprocessing Resource in a Geoprocessing Resource Manager control.
|
| GeoprocessingResourceManager | Manages geoprocessing resources in a Web ADF application. |
| GISResourceItem |
Representation of a GIS Resource in a Resource Manager control.
|
| Generic GISResourceItemCollection |
A collection of GISResourceItem objects.
|
| GISResourceItemDefinition | Defines a GIS resource used in a resource manager. |
| GISResourceItemDependency |
Defines a GIS resource that a task depends upon.
|
| Generic GISResourceManager |
Abstract generic class with common functionality for resource managers for maps,
geocoding, and geoprocessing.
|
| GoToLocation |
Control to zoom or pan to a particular location on map
|
| GraphicsLayerNode | Node that displays task result items on map as a Graphics Layer. |
| HelpDialog |
Displays a help url in a floating panel
|
| HoverExpandDesigner | |
| HoverExpandExtender |
Extender control which adds opacity change and alternate/thumbnail image behavior to a control. The
targeted control will alternate between opacity values and/or images when the mouse hovers over or
does not hover over the control.
|
| HtmlDialog |
Displays a url in a floating panel
|
| HtmlEditor |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| InsertLinkDialog |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| InsertTableDialog |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| InteractiveImageToolbarItem |
Base class for command and tool, toolbar items that can display an image.
|
| InteractiveToolbarItem |
Base class for tool bar items that allow interaction, including Tool, Command and
DropDownBox.
|
| LayerDefinition |
Defines how features from a layer are symbolized and how their field values are formatted for display.
|
| LayerDefinitionCollection |
Defines how the features of layers in a map resource are symbolized and how their field values are formatted for display.
|
| LayerFieldsEditor |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| LayerFormat |
Defines how a map tip is displayed for a feature in a layer.
This information is also used for formatted display of the
feature's field values in other areas of the ADF, e.g. Task Results.
|
| LayerFormatCollection |
Collection to store layer id values and their corresponding custom layer format.
|
| LayerFormatEditor |
Editor for specifying the display and format of a layer.
|
| LayerMapTips |
The definition of a map tip available at startup.
|
| LayerRecordsEditor |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| LayerSymbolsEditor |
The class supports the .NET ADF infrastructure and is not intended to be used directly from your code.
|
| LevelMapping |
Provides information on how a scale level is drawn for the map relative to a tiling scheme.
|
| LevelScheme |
Maintains information about a scale level of detail (LOD) in a tiling scheme for
a map.
|
| LineEventArgs | Event arguments for a Tool with its ClientAction set to Line. |
| LineSymbolDialog |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| Magnifier | Web control that allows the user to magnify a portion of the Map. |
| Map |
Displays an interactive map.
|
| Map.MapScriptDescriptor |
ScriptDescriptor for creating the initialization script required to setup the map on the client.
|
| MapCircleEventArgs |
Event arguments for a oval ClientToolAction
|
| MapCopyrightText | Displays copy right text on the map when associated with a Map control. |
| MapDisplayNode | Node that displays task result items on map. |
| MapDrawUtility |
Draws the map at the specified extent and image size and format.
|
| MapFunctionalityManager | |
| MapHandler |
An HttpHandler that draws a tile in the map or the extent of the map for a particular resource
|
| MapIdentify |
MapIdentify Control
|
| MapLineEventArgs | Event arguments for a Tool with its ClientAction set to Line. |
| MapOvalEventArgs |
Event arguments for a oval ClientToolAction
|
| MapPointEventArgs |
Event arguments for a point ClientToolAction or a click.
|
| MapPolygonEventArgs | Event arguments for a Tool with its ClientAction set to Polygon. |
| MapPolylineEventArgs | Event arguments for a Tool with its ClientAction set to Polyline. |
| MapRectangleEventArgs |
Event arguments for a rectangle ClientToolAction
|
| MapResourceItem |
Representation of a Map Resource in a Map Resource Manager control.
|
| MapResourceItem.LayerDefinitionsCache | |
| MapResourceManager | Manages map resources in a Web ADF application. |
| MapResourceNode | Node that displays task result items on a Map as a map resource. |
| MapTilingManager | |
| MapTips |
Displays map tips on a map control.
|
| MapToolItem |
MapToolItem provides a means for interacting with the Map control on the
client-side using built-in JavaScript and then doing something on the server-side based
on the client interaction.
MapToolItem holds information about a Map Tool that is necessary for the control to
setup the client tool action when it renders itself and to call the server tool action on postback.
|
| MapToolItemCollection |
A collection of MapToolItem objects.
|
| MapVectorEventArgs |
Base class for the event arguments for a polygon and polyline ClientToolAction.
|
| MarkerSymbolDialog |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| Navigation |
Navigation is a WebControl representation of the character marker symbol typically coming from a ESRI North font.
|
| Navigation.NavigationScriptDescriptor | |
| OvalEventArgs | Event arguments for a Tool when its ClientAction is set to Oval. |
| OverviewMap | Display an overview map that shows the extent of the main map. |
| OverviewMap.OverviewMapScriptDescriptor | |
| OverviewMap.OverviewMapStaticSessionState | |
| OverviewMap.OverviewMapStaticState | |
| PageLayoutBase |
Base class for a control that displays cartographic information.
|
| PageToolItem |
PageToolItem provides a means for interacting with the PageLayout control on the
client-side using built-in JavaScript and then doing something on the server-side based
on the client interaction.
PageToolItem holds information about a PageLayout Tool that is necessary for the control to
setup the client tool action when it renders itself and to call the server tool action on postback.
|
| PageToolItemCollection |
A collection of PageToolItem objects.
|
| PointEventArgs | Event arguments for a tool with a ClientAction set to point or a click. |
| PolygonEventArgs | Event arguments for a Tool with its ClientAction set to Polygon. |
| PolylineEventArgs | Event arguments for a Tool with its ClientAction set to Polyline. |
| RectangleEventArgs | Event arguments for a Tool when its ClientAction is set to Rectangle. |
| RefreshUpdatePanel |
The RefreshUpdatePanel is a control used to ensure that controls
deriving from the Web ADF CompositeControl or WebControl
are rendered at the proper time of the control lifecycle when Refresh() is called
during a partial postback.
It works by leveraging the UpdatePanel lifecycle, and calling Render() on the
control to be rendered, when the lifecycle of the RefreshUpdatePanel reaches Render()
if that control's Refresh() method has been called.
It requires that there be at least one control on the page whose ID is set before the
control is added to the Page's Controls collection.
|
| RelateContext |
Stores information for a relationship context to permit a source row to be joined to other records
via a relate.
|
| RelatedInfo |
Collection of all relationships between the source table and its related tables.
|
| RelationInfo |
Contains all information for a relationship between the source table and another related table.
|
| ResCategoryAttribute |
Implements the DescriptionAttribute except that the parameter is a resource name.
|
| ResDefaultValueAttribute |
Implements the DescriptionAttribute except that the parameter is a resource name.
|
| ResizeEventArgs | Event arguments for a change in size of a control. |
| ResourceInitEventArgs |
Event arguments with information about initialization of the GIS resource.
|
| ResourceItemAddedEventArgs |
Event arguments for a resource item added to the collection.
|
| ResourceItemInsertedEventArgs |
Event arguments for a resource item inserted into the collection.
|
| ResourceItemMovedEventArgs |
Event arguments for a resource item moved within the collection.
|
| ResourceItemRemovedEventArgs |
Event arguments for a resource item removed from the collection.
|
| ResourceItemRemovingEventArgs |
Event arguments for a resource item about to be removed from the collection.
|
| ResourceListEditorForm |
EditorForm for the ResourceList property of the Map Identify control
|
| ResourceManager |
An abstract class used by GISResourceManager, which in turn is used
to create resource managers for maps, geocoding, etc.
|
| ResourceRefreshedEventArgs | Event arguments for the refresh of a GIS resource. |
| RotationAngleEventArgs | Event arguments for a change in the rotation angle. |
| RotationNotSupportedException |
Exception used to indicate that rotation is not supported for the GIS resource.
|
| ScaleBar | Displays a scale bar on the page when associated with a Map control. |
| ScaleEventArgs | Event arguments for a change in scale. |
| ScriptsRegisterer |
Registers client scripts to the page
|
| ScriptsRegisterer.AssemblyCache |
Used by GetScriptReferenceUrl for getting the assembly by name
|
| Separator |
A separator is a line that separates items on a Toolbar. Used for
organizing ToolbarItems into groups.
|
| SerializableStringDictionary |
Class that enhances string dictionary to support XML serialization
|
| SerializableStringDictionary.StringDictionaryEntry |
Represent an entry added to a string dictionary.
|
| SessionNotAvailableException |
Exception thrown when Session is not available for an operation that requires it.
|
| SimpleRendererEditor |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| SimpleTaskResult |
Object that represents a very simple task result.
|
| Space | A Space creates empty space on a Toolbar. |
| SpatialReferenceNotSupportedException |
Exception thrown when a setting a spatial reference is not supported
|
| StateManager |
Manages state for web controls. Uses Session state if available, otherwise uses ViewState
|
| Task | An abstract class used to create a task control. |
| TaskManager |
A container for tasks. Handles displaying a list of tasks in an associated
navigation control.
|
| TaskResultNode | A node used in a task results control to represent a set of task results. |
| TaskResults | Accepts and displays the results of tasks in the Web ADF. |
| Tile | Represents a single map tile. |
| TileDirectAccessInfo |
Provides information to enable clients to directly access map cache tiles.
|
| TileDrawExtent |
Class for drawing the extent for tiles.
|
| TilingScheme | Maintains properties of tiles for the map display. |
| Toc |
Table of Contents: Used for rendering the layer/swatch information of the data
sources in a Map.
|
| Toc.BlockInfo |
Stores information about legend node groupings so proper formatting can be performed. Stored
information includes beginning and ending indexes for each range of nodes considered a single
block, which column the block should be rendered in, whether or not the block was dynamically
created and broken into subsections thus requiring a continuation node to be added at the top
of the column and the index of the root node that contains the continuation description.
|
| TocClickEventArgs |
Event arguments for the TocControl's OnClick event.
|
| TocSelectEventArgs |
Event arguments for the TocControl's OnSelectedIndexChange event
|
| Tool |
A Tool is a button on a
Toolbar. The tool
may execute some client-side code when clicked on the toolbar, which sets the
stage for interaction with the map or layout. When the interaction with the map
or layout is finished, the tool then executes some code on the server side.
At any time, only one tool is selected in a toolbar. The Toolbar's
Group property allows multiple toolbars to
be linked, so that only one tool among all grouped toolbars will be active.
|
| Toolbar |
A Toolbar is a collection of Tools and Commands that work on a set of Map controls or
a set of PageLayout controls.
|
| ToolbarBase |
This class provides the foundation for the Toolbar control, which allows working
with a Map or PageLayout control with a set of tools and commands.
|
| ToolbarCommandClickEventArgs |
Arguments for the Toolbar's CommandClick event.
|
| ToolbarDropDownBoxIndexChangeEventArgs |
Arguments for the Toolbar's SelectIndexChange event.
|
| ToolbarItem |
An item on a Toolbar. This is the base class for Tool, Command, DropDownBox,
Space, and Separator.
|
| ToolbarItemCollection |
A collection of ToolbarItem objects.
|
| ToolEventArgs |
Base class for the event arguments of a control's ClientToolAction events.
|
| TreeViewPlus |
A control that displays information in a hierarchical way with expandable
nodes.
|
| TreeViewPlusNode | A node that can be a child node of a TreeViewPlus control. |
| TreeViewPlusNodeCollection | A collection of TreeViewPlusNode objects. |
| TreeViewPlusNodeEventArgs | Arguments for an event occurring on a TreeViewPlusNode. |
| TreeViewPlusNodePageChangedEventArgs | Arguments for a page-change event occurring on a TreeViewPlusNode. |
| TreeViewPlusNodeRemovedEventArgs |
Provides data for the NodeRemoving and NodeAdding events.
|
| UIParameterPanel |
A control that allows configuration based on parameters
|
| UIParameterPanelUtility |
The class supports the .NET ADF infrastructure and is not intended to be used directly from your code.
|
| UrlDialog |
Displays a url in a floating panel
|
| UserControlTask |
A task whose user interface is defined in a user control. This class provides basic
functionality including task execution, callback processing and configuration.
|
| UserControlTaskPanel |
An abstract implementation of the IUserControlTaskPanel.
You can make your user control inherit from this class.
When the path to your user control is set on a UserControlTask,
the UserControlTask will bring up your user control as its interface.
|
| VectorEventArgs |
Base class for the event arguments for a polygon and polyline ClientAction in a
Tool.
|
| WebConfigurationCompleteEventArgs |
Class that provides information upon completion of the configuration of the task
in Manager.
|
| WebConfiguratorAttribute | Attribute class used to specify the Web configurator for a task. |
| WebControl |
The base class on which Web ADF controls are built. Supports the callback
framework for controls.
|
| ZoomLevel |
A web control used for changing the zoom level of a buddied map control.
|
| ZoomLevel.ZoomLevelScriptDescriptor | |
| ZoomToScale |
Control to zoom to a particular scale on map
|