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

Represents the EditableField class.

Syntax

Visual Basic (Declaration) 
<XmlRootAttribute("Field")>
Public Class EditableField 
   Inherits Field
C# 
[XmlRootAttribute("Field")]
public class EditableField : Field 

Remarks

A mobile project may contain one or more feature layers, and through Mobile Project Center, you specify what fields are editable from each editable feature layer. The information is written into the mobile project file (.amp), and being consumed by mobile application when the project gets loaded. The mobile application provides a FeatureLayerInfo class that holds such information.

Note that only data stored in SDE database with GlobeID is technically editable, and you need to add it to editable field list when authoring the mobile project through Mobile Project Center.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Field
      ESRI.ArcGIS.Mobile.Client.EditableField

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

© 2010 All Rights Reserved.