Touchstone Re 2023 API Reference
ObjectState Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : ObjectState Enumeration
Provides a series of codes that describe the current state of an object, such as a ZoneSet.
Syntax
Public Enum ObjectState 
   Inherits System.Enum
Dim instance As ObjectState
public enum ObjectState : System.Enum 
Members
MemberDescription
DeletedDefines the Deleted state (3).
ModifiedDefines the Modified state (2).
NewDefines the New state (1).
UnmodifiedDefines the Unmodified state (0).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Data.ObjectState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AIR.Services.Common.Data Namespace