- T
- GISResourceItem with the resources used by the resource manager. Created by the class.
- R
- IGISResource created for the resource.
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Generic GISResourceManager Class | |
Members See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Generic GISResourceManager Class |
Visual Basic (Declaration) | |
---|---|
Public MustInherit Class GISResourceManager (Of T As GISResourceItem, R As IGISResource) Inherits ResourceManager |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public abstract class GISResourceManager<T,R> : ResourceManager where T: GISResourceItem where R: IGISResource |
- T
- GISResourceItem with the resources used by the resource manager. Created by the class.
- R
- IGISResource created for the resource.
This class is extended by GeocodingResourceManager, GeoprocessingResourceManager,
and MapResourceManager. It provides the core functionality used by all these resource
managers. A resource manager handles the resources (services) used in the Web
application, which allows these resources to be used by other Web ADF controls.
ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
ESRI.ArcGIS.ADF.Web.UI.WebControls.ResourceManager
ESRI.ArcGIS.ADF.Web.UI.WebControls.GISResourceManager
ESRI.ArcGIS.ADF.Web.UI.WebControls.GeocodeResourceManager
ESRI.ArcGIS.ADF.Web.UI.WebControls.GeoprocessingResourceManager
ESRI.ArcGIS.ADF.Web.UI.WebControls.MapResourceManager