ESRI.ArcGIS.ADF.Web.DataSources
IGISFunctionality Interface Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.DataSources Namespace : IGISFunctionality Interface




The following tables list the members exposed by IGISFunctionality.

Public Properties

 NameDescription
 PropertyInitialized Whether the functionality has been initialized Deprecated. It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization. Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.  
 PropertyName Name of the GIS Functionality  
 PropertyResource The resource to which this functionality belongs  
 PropertyWebControl The web control using this functionality. Optionally set by the control. Example of use: To store mime images to session.  
Top

Public Methods

 NameDescription
 MethodDispose Disposes the functionality  
 MethodInitialize Initializes the functionality Deprecated. It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization. Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.  
 MethodLoadState Load the functionality state. Deprecated. It is recommended that implementations load state on demand, i.e., when properties or methods are used that require state. Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource load state on demand.  
 MethodSaveState Save the state.  
 MethodSupportsDetermines if the functionality supports an operation.  
Top

See Also

© 2010 All Rights Reserved.