ESRI.ArcGIS.ADF.Web.DataSources | |
IGISResource Interface Properties | |
See Also |
ESRI.ArcGIS.ADF.Web.DataSources Namespace : IGISResource Interface |
For a list of all members of this type, see IGISResource members.
Name | Description | |
---|---|---|
DataSource | The GIS data source used to create this GIS resource. | |
Functionalities | The collection of GIS functionalities created by a GIS resource. | |
Initialized | Whether the resource 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 Resource | |
ResourceDefinition | A definition string for a GIS resource. | |
ValidationTimeout | Timeout for validating a resource in milliseconds. Can be used when initializing a resource. |