ESRI.ArcGIS.ADF.Web.DataSources | |
IGISFunctionality Interface Methods | |
See Also |
ESRI.ArcGIS.ADF.Web.DataSources Namespace : IGISFunctionality Interface |
For a list of all members of this type, see IGISFunctionality members.
Name | Description | |
---|---|---|
Dispose | Disposes the functionality | |
Initialize | Initializes the functionality 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 | Load the functionality state. 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 load state on demand. | |
SaveState | Save the state. | |
Supports | Determines if the functionality supports an operation. |