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




Abstract generic class with common functionality for resource managers for maps, geocoding, and geoprocessing.

Object Model





Syntax

Visual Basic (Declaration) 
Public MustInherit Class GISResourceManager
     (Of T As GISResourceItem,
     R As IGISResource) 
   Inherits ResourceManager
Visual Basic (Usage)Copy Code
Dim instance As GISResourceManager(Of T,R)
C# 
public abstract class GISResourceManager<T,R> : ResourceManager where T: GISResourceItem
    where R: IGISResource

Type Parameters

T
GISResourceItem with the resources used by the resource manager. Created by the class.
R
IGISResource created for the resource.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         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

See Also

© 2010 All Rights Reserved.