|     | 
| ESRI.ArcGIS.ADF.Web.DataSources | |
| IGISDataSource Interface | |
| Members See Also | |
| ESRI.ArcGIS.ADF.Web.DataSources Namespace : IGISDataSource Interface | 
| Visual Basic (Declaration) | |
|---|---|
| Public Interface IGISDataSource | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public interface IGISDataSource | |
                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.
            
            
            
             
     
    