ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GISResourceBase Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : GISResourceBase Class




Abstract class that provides common functionality for GIS resource classes.

Object Model

GISResourceBase Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class GISResourceBase 
   Implements ESRI.ArcGIS.ADF.Web.DataSources.IGISResource, ESRI.ArcGIS.ADF.Web.DataSources.ISupportsValidation, ESRI.ArcGIS.ADF.Web.DataSources.IValidationSettings 
Visual Basic (Usage)Copy Code
Dim instance As GISResourceBase
C# 
[SerializableAttribute()]
public abstract class GISResourceBase : ESRI.ArcGIS.ADF.Web.DataSources.IGISResource, ESRI.ArcGIS.ADF.Web.DataSources.ISupportsValidation, ESRI.ArcGIS.ADF.Web.DataSources.IValidationSettings  

Remarks

GISResourceBase is extended by classes that implement a specific type of resource, such as for mapping. These extended classes are in turn extended for resources specifically for Internet (Web service) connections and for Local (DCOM) connections to an ArcGIS Server.

GISResourceBase is extended by:

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.