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




For a list of all members of this type, see IGISDataSource members.

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.