ESRI.ArcGIS.Mobile
FeaturesChangedType Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : FeaturesChangedType Enumeration

Used by MobileServiceDataChangedEventArgs to describe the type of data change.

Syntax

Visual Basic (Declaration) 
Public Enum FeaturesChangedType 
   Inherits Enum
C# 
public enum FeaturesChangedType : Enum 

Members

MemberDescription
None No changes.
FeaturesRetrieved Features have been retrieved from the server and inserted in the MobileService cache.
FeaturesRemoved Features have been removed from the cache.
FeaturesAdded Features have been created and added in the MobileService cache.
FeaturesModified Features have been modified in the MobileService cache.
FeaturesUpdated Features that have been Updated being retrieved from the server and inserted in the MobileService cache.
FeaturesDeleted Features have been marked as deleted in the MobileService cache.
FeaturesRolledBack Previously deleted, modified, or added features have been rolled back in the cache.
FeaturesCommitted Previously deleted, modified, or added features have been committed in the cache.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.MobileServices.FeaturesChangedType

Requirements

Namespace: ESRI.ArcGIS.Mobile.MobileServices

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