ESRI.ArcGIS.ADF.Web.UI.WebControls
MapResourceItem Class Members
See Also  Fields  Properties  Methods 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapResourceItem Class


The following tables list the members exposed by MapResourceItem.

Public Constructors

  Name Description
Public Constructor MapResourceItem Constructor  
Top

Protected Fields

  Name Description
Protected Field m_resource (Inherited from GISResourceItem)
Top

Public Properties

  Name Description
Public Property Data The data associated with this resource item. Optional. Object should be serializable. (Inherited from GISResourceItem)
Public Property DataSourceName Connection information for the data source used in the resource. (Inherited from GISResourceItem)
Public Property Definition Definition of this resource, which defines the type of resource and service. (Inherited from GISResourceItem)
Public Property DisplaySettings Display settings for the map resource.  
Public Property FailedToInitialize Indicates whether the resource failed to initialize. (Inherited from GISResourceItem)
Public Property InitializationFailure An exception object with information about the initialization failure. (Inherited from GISResourceItem)
Public Property Name Name for the resource item. (Inherited from GISResourceItem)
Public Property Parent Overridden. The MapResourceManager containing the resource item.  
Public Property Resource Data resource that supplies the GIS resource with its information. (Inherited from GISResourceItem)
Top

Protected Properties

  Name Description
Protected Property ViewState The ViewState. (Inherited from GISResourceItem)
Top

Public Methods

  Name Description
Public Method ClearResourceState Clears the state of the resource. (Inherited from GISResourceItem)
Public Method Clone Creates a copy (deep clone) of the resource item. (Inherited from GISResourceItem)
Public Method CreateResource Overridden. Creates the resource used for mapping.  
Public Method DisposeResource Removes IGISResource from the ResourceItem and from its data source. Removes its IGISDataSource if the datasource does not contain any other resources. (Inherited from GISResourceItem)
Public Method InitializeResource Creates the resource if necessary, and initializes the resource so it is ready to use. (Inherited from GISResourceItem)
Top

See Also