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


The following tables list the members exposed by MobileService.

Public Constructors

 NameDescription
Public ConstructorMobileService ConstructorOverloaded.  Initializes a new instance of MobileService.  
Top

Public Properties

 NameDescription
Public PropertyBackColor Gets the background color for the original map document used to define this cache. (Inherited from MobileCache)
Public PropertyCacheExistsIndicates if the cache already exists. (Inherited from MobileCache)
Public PropertyCacheStoragePath Gets or sets the cache storage path.  
Public PropertyCacheVersion Gets the cache version. (Inherited from MobileCache)
Public PropertyChecksum Gets the schema checksum. (Inherited from MobileCache)
Public PropertyContainerGets the IContainer that contains the Component. (Inherited from System.ComponentModel.Component)
Public PropertyFeatureLayers Gets the collection of feature Layer. (Inherited from MobileCache)
Public PropertyIsEmpty Indicates if the cache is empty. (Inherited from MobileCache)
Public PropertyIsOpen Indicates if the cache is open or closed. (Inherited from MobileCache)
Public PropertyIsValid Indicates if the cache has been correctly defined. (Inherited from MobileCache)
Public PropertyLayers Gets the collection of cache Layer. (Inherited from MobileCache)
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. (Inherited from MobileCache)
Public PropertyRasterQuality Gets or sets the quality of the raster requested from the MapDocumentConnection, measured from 1 to 100 (low to high quality). (Inherited from MobileCache)
Public PropertyServerMapName Gets the map name which corresponds to the DataFrame Name in the Map Document published in ArcGIS server. (Inherited from MobileCache)
Public PropertySiteGets or sets the ISite of the Component. (Inherited from System.ComponentModel.Component)
Public PropertySpatialReference Returns the Spatial Reference System. (Inherited from MobileCache)
Public PropertyStoragePath Gets or sets the cache storage path. (Inherited from MobileCache)
Public PropertyWorkspaces Gets the list of workspaces for the cache. (Inherited from MobileCache)
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 Methodstatic (Shared in Visual Basic)CancelAsyncRequest Cancels the request.  
Public MethodCloseOverridden. Close the MobileService 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. (Inherited from MobileCache)
Public MethodDisposeOverloaded.  Releases the unmanaged resources used by the MobileService and optionally releases the managed resources.  
Public MethodGetExtent Gets the cache maximum extent in spatial reference units. (Inherited from MobileCache)
Public MethodGetInitialExtent Returns the initial rectangular extent of the cache. (Inherited from MobileCache)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetRecommendedSwatchSize Returns the recommend size for Swatches in the data source. (Inherited from MobileCache)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOpenOverloaded. Overridden.  Open the MobileService.  
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. (Inherited from MobileCache)
Public MethodRemoveAnnotationData Removes the annotations from the MobileService for the annotation layer using the envelope.  
Public MethodRemoveDataOverloaded.  For a list of data layers, removes all the data (features and raster) from the cache for the specified envelope and scale.  
Public MethodRemoveFeatureData Removes the features from the MobileService for the feature layer using the envelope and the expression.  
Public MethodRemoveRasterData Removes the raster data for the list of raster layers, envelope, and scales.  
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. (Inherited from MobileCache)
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 MethodOnOpenedOverridden.  Raises the Opened event.  
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. (Inherited from MobileCache)
Public EventOpened Occurs when the DataSource has been initialized. (Inherited from ESRI.ArcGIS.Mobile.DataSource)
Top

See Also