ESRI.ArcGIS.ADF.Web.DataSources
IGISDataSource Interface
Members  See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace : IGISDataSource Interface




Defines members that must be implemented by a GIS data source to be utilized by Web ADF controls and APIs.

Syntax

Visual Basic (Declaration) 
Public Interface IGISDataSource 
Visual Basic (Usage)Copy Code
Dim instance As IGISDataSource
C# 
public interface IGISDataSource 

Remarks

To expose a source of GIS data to the Web ADF Common Data Source API (Common API), the IGISDataSource interface must be implemented. The Common API is founded on GIS data sources that implement the IGISDataSource, IGISResource, and IGISFunctionality interfaces. A GIS data source can be used to create one or more resources (IGISResource), and a resource can create one or more functionalities (IGISFunctionality). Web ADF controls are able to access capabilities and consolidate results from a GIS data source that implements the Common API contract. In many cases, the implementation class for the GIS data source will store connection and identity details for GIS data services and path information for file-based data sources.

See Also

© 2010 All Rights Reserved.