ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GeocodeResourceBase Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : GeocodeResourceBase Class




The following tables list the members exposed by GeocodeResourceBase.

Public Properties

 NameDescription
public PropertyCacheInApplicationState Whether to use application state to cache resource information.  
public PropertyCacheTimeOut The time in hours after which resource information cached in application state should be refreshed.  
public PropertyDataSourceData source that is used for the resource. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public PropertyFunctionalities Obtains the collection of functionalities associated with this GIS resource. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public PropertyGeocodeServerProxyThe proxy class for communicating with the GIS server.  
public PropertyInitialized Whether the resource has been initialized. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public PropertyLocatorPropertiesGets the GeocodeServer Locator properties.  
public PropertyMinCandidateScoreMinimum score in order to be returned as a geocode candidate.  
public PropertyMinMatchScoreMinimum score to be returned as a geocode match.  
public PropertyNameName of the GIS resource. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public PropertyResourceDefinitionOverridden.  Definition of the geocode resource in string format. Identifies the server and geocode service.  
public PropertyServiceName of the geocode service.  
public PropertyShowAllCandidatesWhether to return all candidates, or (if false) only the matched one.  
public PropertyValidationIntervalHow often the resource should be validated. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public PropertyValidationTimeout Time out for validating a resource in milliseconds. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
Top

Public Methods

 NameDescription
public MethodClearState Clears the state maintained by this resource. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public MethodCreateFunctionalityOverridden. Creates a new instance of the GIS functionality type.  
public MethodDisposeDisposes of the resource. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public MethodInitializeInitializes the resource to make it ready to use. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public MethodLoadState Loads the state of the resource. The data source must have been specified previously. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public MethodPerformValidation Do the actual validation. Validate will call this method if validation is required for this initialization according to the ValidationInterval setting and whether validation has already succeeded for the session. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
public MethodSaveStateOverridden. Saves the state of the resource.  
public MethodSupportsFunctionalityOverridden. Whether the resource supports the functionality specified.  
public MethodValidate Validates whether the service used by the resource is up. (Inherited from ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase)
Top

See Also

© 2011 All Rights Reserved.