The ESRI.ArcGIS.ADF.Web.DataSources assembly contains interfaces and classes that can be implemented to integrate data sources as resources within the Web ADF. This generic framework to integrate data sources in the Web ADF is known as the Common Data Source API. Data source specific implementations can be found in separate assemblies that follow the format: ESRI.ArcGIS.ADF.Web.DataSources.<data source>.dll.
Namespaces
Namespace | Description |
ESRI.ArcGIS.ADF.Web.DataSources | ESRI.ArcGIS.ADF.Web.DataSources contains interfaces, classes and enumerations for implementing and consolidating the use of data sources within the Web ADF. The most basic level of interaction is defined by IGISDataSource, IGISResource, and IGISFunctionality. These interfaces are implemented to define the capabilities of a data source as a resource in the Web ADF. |
ESRI.ArcGIS.ADF.Web.DataSources.Exceptions | Contains exceptions that may be thrown when using a data source. |