Touchstone Re 2023 API Reference
ImportMode Enumeration


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ExposureManagement.Data Namespace : ImportMode Enumeration
Provides a series of codes that represent how Touchstone Re adds aggregated exposure data to an existing Exposure Set.
Syntax
Public Enum ImportMode 
   Inherits System.Enum
Dim instance As ImportMode
public enum ImportMode : System.Enum 
Members
MemberDescription
AppendDefines the Append (0) mode, which indicates that Touchstone Re adds the data to the existing data in the Exposure Set.
OverwriteDefines the Overwrite (1) mode, which indicates that Touchstone Re replaces the existing data in the Exposure Set with the data from the file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Reinsurance.ExposureManagement.Data.ImportMode

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.Reinsurance.ExposureManagement.Data Namespace