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




The following tables list the members exposed by IGISDataSource.

Public Properties

 NameDescription
 PropertyDataSourceDefinition Definition information about a GIS data source. Usually stores information pertaining to its location.  
 PropertyIdentityIdentity of a user connecting to a GIS data source.  
 PropertyInitializedWhether a GIS data source has been initialized. Deprecated. It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization. Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.  
 PropertyName Name of the GIS Data Source  
 PropertyPageThe Page control in which the GIS data source instance is being managed.  
 PropertyResources The collection of resources (IGISResource) that this data source supports.  
 PropertyState The state for this data source. Resources and functionalities associated with a data source may store their state here. The DataSourceManager control will store this hashtable as state for the entire data source.  
Top

Public Methods

 NameDescription
 MethodCreateResourceCreates a resource with the provided definition string and name.  
 MethodDispose Override to dispose of any GIS data source related objects, references or connections.  
 MethodGetAvailableResourceDefinitions Returns the definition strings of resources that use this GIS data source. Supported resource types include IMapResource, IGeocodeResource and IGeoprocessingResource.  
 MethodInitializeInitializes the GIS data source for use. Deprecated. It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization. Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.  
 MethodLoadStateLoads state from hashtable managed by the DataSourceManager control.  
 MethodSaveStateSaves the state of a GIS data source.  
Top

See Also

© 2010 All Rights Reserved.