ESRI.ArcGIS.Mobile
DataSource Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace : DataSource Class

Defines a DataSource that can be consumed by Map component.

Object Model



Syntax

Visual Basic (Declaration) 
<DesignerCategoryAttribute("code")>
Public MustInherit Class DataSource 
   Inherits Component
   Implements IBoundable, ISpatialData2 
C# 
[DesignerCategoryAttribute("code")]
public abstract class DataSource : Component, IBoundable, ISpatialData2  

Remarks

To use Map component, you can set its DataSources property. Currently, MobileCache is one of the valid data sources. You can implement your own data sources if need be. For example, you may implement a data source to manage shape file from local files. To achieve, create your data source class by inheriting DataSource base class and provide necessary implementations.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         ESRI.ArcGIS.Mobile.DataSource
            ESRI.ArcGIS.Mobile.MobileServices.MobileCache

Requirements

Namespace: ESRI.ArcGIS.Mobile

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

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also