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
GISResourceManager<T,R> Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : GISResourceManager<T,R> Class




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

Object Model

GISResourceManager<T,R> Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class GISResourceManager
     (Of T As GISResourceItem,
     R As ESRI.ArcGIS.ADF.Web.DataSources.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: ESRI.ArcGIS.ADF.Web.DataSources.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.