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.

Public Properties

  Name Description
 Property DataSource The GIS data source used to create this GIS resource.  
 Property Functionalities The collection of GIS functionalities created by a GIS resource.  
 Property Initialized Whether the resource has been initialized.  
 Property Name Name of the GIS Resource  
 Property ResourceDefinition A definition string for a GIS resource.  
 Property ValidationTimeout Timeout for validating a resource in milliseconds. Can be used when initializing a resource.  
Top

Public Methods

  Name Description
 Method ClearState Clears the resource state.  
 Method CreateFunctionality Creates a GIS functionality using the type and name specified.  
 Method Dispose Disposes the resource.  
 Method Initialize Initializes the resource.  
 Method LoadState Loads state stored with a data source.  
 Method SaveState Save the state of the GIS resource.  
 Method SupportsFunctionality Determines whether a GIS resource supports a GIS functionality type.  
Top

See Also