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

Class that encapsulates properties about a FeatureSource's behavior in the ArcGIS Mobile Application.

Object Model




Syntax

Visual Basic (Declaration) 
<XmlRootAttribute("FeatureSource")>
Public Class FeatureSourceInfo 
   Implements IJsonSerializer 
C# 
[XmlRootAttribute("FeatureSource")]
public class FeatureSourceInfo : IJsonSerializer  

Remarks

When you author a mobile project through Mobile Project Center, you configure each feature layer for viewing/editing/querying, the mobile service associated with it, whether it's visible, etc. This information is written to arcgis mobile project file (.amp), and loaded by mobile application when the project is opened. FeatureSourceInfo stores all these information for each feature layer, and you can retrieve all these properties when you need it.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.FeatureSourceInfo

Requirements

Target 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

See Also