ESRI.ArcGIS.ADF.Web.DataSources | |
IGISResource Interface Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.DataSources Namespace : IGISResource Interface |
The following tables list the members exposed by IGISResource.
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. |
Name | Description | |
---|---|---|
ClearState | Clears the resource state. | |
CreateFunctionality | Creates a GIS functionality using the type and name specified. | |
Dispose | Disposes the resource. | |
Initialize | Initializes the resource. 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. | |
LoadState | Loads state stored with a data source. Deprecated. It is recommended that implementations load state on demand, i.e., when properties or methods are used that require state. Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource loads state on demand. | |
SaveState | Save the state of the GIS resource. | |
SupportsFunctionality | Determines whether a GIS resource supports a GIS functionality type. |