Touchstone 11.0 API Reference
ObjectState Enumeration


Air.Services.Proxy Assembly > AIR.InformationModel.Reinsurance Namespace : ObjectState Enumeration
Provides a series of codes that indicate whether this reinsurance program is modified.
Syntax
Public Enum ObjectState 
   Inherits System.Enum
Dim instance As ObjectState
public enum ObjectState : System.Enum 
Members
MemberDescription
DELETED Defines the deleted (3) status code.
MODIFIED Defines the modified (2) status code.
NEW Defines the new (1) status code.
UNMODIFIED Defines the unmodified (0) status code.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.InformationModel.Reinsurance.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.InformationModel.Reinsurance Namespace