ESRI.ArcGIS.Mobile
MobileCache Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : MobileCache Class


The following tables list the members exposed by MobileCache.

Public Constructors

 NameDescription
Public ConstructorMobileCache ConstructorOverloaded.  Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyBackColor Gets the background color for the original map document used to define this cache.  
Public PropertyCacheExistsIndicates if the cache already exists.  
Public PropertyCacheVersion Gets the cache version.  
Public PropertyChecksum Gets the schema checksum.  
Public PropertyContainerGets the IContainer that contains the Component. (Inherited from System.ComponentModel.Component)
Public PropertyFeatureLayers Gets the collection of feature Layer.  
Public PropertyIsEmpty Indicates if the cache is empty.  
Public PropertyIsOpenOverridden.  Indicates if the cache is open or closed.  
Public PropertyIsValid Indicates if the cache has been correctly defined.  
Public PropertyLayersOverridden.  Gets the collection of cache Layer.  
Public PropertyNamespace Gets the Namespace used for XML serialization of diff gram. (Inherited from ESRI.ArcGIS.Mobile.DataSource)
Public PropertyPrecisionSystem Gets the cache precision system.  
Public PropertyRasterQuality Gets or sets the quality of the raster requested from the MapDocumentConnection, measured from 1 to 100 (low to high quality).  
Public PropertyServerMapName Gets the map name which corresponds to the DataFrame Name in the Map Document published in ArcGIS server.  
Public PropertySiteGets or sets the ISite of the Component. (Inherited from System.ComponentModel.Component)
Public PropertySpatialReferenceOverridden.  Returns the Spatial Reference System.  
Public PropertyStoragePath Gets or sets the cache storage path.  
Public PropertyWorkspaces Gets the list of workspaces for the cache.  
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEventsGets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component)
Protected PropertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from System.ComponentModel.Component)
Protected PropertyEventsGets the list of event handlers that are attached to this Component. (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodCloseOverridden. Close the cache file.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDeleteCache Deletes the cache files and directory. If the cache is not correctly defined or the it's opened, an exception will be raised.  
Public MethodDisposeOverloaded.  Releases the unmanaged resources used by the cache and optionally releases the managed resources.  
Public MethodGetExtentOverridden.  Gets the cache maximum extent in spatial reference units.  
Public MethodGetInitialExtentOverridden.  Returns the initial rectangular extent of the cache.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetRecommendedSwatchSizeOverridden.  Returns the recommend size for Swatches in the data source.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOpenOverridden.  Opens the cache.  
Public MethodReadDiffGramOverloaded.  Read from a stream a diff gram and incorporates the edits in the cache. The version name may be changed during the process. If edits already exist in the cache for a different version the process will stop.  
Public MethodRemoveDataOverloaded.  Removes data for the given envelope and scale.  
Public MethodToStringOverridden.  Returns a String that represents the current Object.  
Public MethodWriteDiffGram Write in the stream the diff gram for the edits in the Mobile Service.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from System.ComponentModel.Component)
Protected MethodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnClosed Raises the Closed event. (Inherited from ESRI.ArcGIS.Mobile.DataSource)
Protected MethodOnClosing Raises the Closing event. (Inherited from ESRI.ArcGIS.Mobile.DataSource)
Protected MethodOnOpened Raises the Opened event. (Inherited from ESRI.ArcGIS.Mobile.DataSource)
Top

Public Events

 NameDescription
Public EventClosed Occurs after the DataSource is closed. (Inherited from ESRI.ArcGIS.Mobile.DataSource)
Public EventClosing Occurs just before the DataSource is closed. (Inherited from ESRI.ArcGIS.Mobile.DataSource)
Public EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Public EventFeaturesChangedOccurs when features have changed on in the data source.  
Public EventOpened Occurs when the DataSource has been initialized. (Inherited from ESRI.ArcGIS.Mobile.DataSource)
Top

See Also