ESRI.ArcGIS.ADF.Web.UI.WebControls | |
GISResourceItem Class Members | |
See Also Fields Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : GISResourceItem Class |
The following tables list the members exposed by GISResourceItem.
Name | Description | |
---|---|---|
m_resource | The GIS data resource. |
Name | Description | |
---|---|---|
Data | The data associated with this resource item. Optional. Object should be serializable. | |
DataSourceName | Connection information for the data source used in the resource. | |
Definition | Definition of this resource, which defines the type of resource and service. | |
FailedToInitialize | Indicates whether the resource failed to initialize. | |
InitializationFailure | An exception object with information about the initialization failure. | |
Name | Name for the resource item. | |
Parent | The resource manager that manages this resource item. | |
Resource | Data resource that supplies the GIS resource with its information. |
Name | Description | |
---|---|---|
ClearResourceState | Clears the state of the resource. | |
Clone | Creates a copy (deep clone) of the resource item. | |
CreateResource | Creates the resource used by the resource manager. Extended by inheriting classes. | |
DisposeResource | Removes IGISResource from the ResourceItem and from its data source. Removes its IGISDataSource if the datasource does not contain any other resources. | |
InitializeResource | Creates the resource if necessary, and initializes the resource so it is ready to use. |