ESRI.ArcGIS.ADF.Web.DataSources | |
IGISDataSource Interface Properties | |
See Also |
ESRI.ArcGIS.ADF.Web.DataSources Namespace : IGISDataSource Interface |
For a list of all members of this type, see IGISDataSource members.
Name | Description | |
---|---|---|
DataSourceDefinition | Definition information about a GIS data source. Usually stores information pertaining to its location. | |
Identity | Identity of a user connecting to a GIS data source. | |
Initialized | Whether 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. | |
Name | Name of the GIS Data Source | |
Page | The Page control in which the GIS data source instance is being managed. | |
Resources | The collection of resources (IGISResource) that this data source supports. | |
State | 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. |