Touchstone Re 2023 API Reference
EventLossFileColumn Enumeration


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Data Namespace : EventLossFileColumn Enumeration
(Required) Contains the column type for mapping the ELT file loss columns with Touchstone loss columns. For example, to map the event, year, and loss in the CSV file with loss columns supported in the application , you must select the appropriate integer corresponding to the column name.
Syntax
Public Enum EventLossFileColumn 
   Inherits System.Enum
Dim instance As EventLossFileColumn
public enum EventLossFileColumn : System.Enum 
Members
MemberDescription
DayIndicates the day column mapping.
EventIndicates the event loss column mapping.
LossIndicates the loss column mapping.
ModelIndicates the model column mapping.
YearIndicates the year column mapping.
Remarks
Default = Event
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Reinsurance.CompanyLossSetManagement.Data.EventLossFileColumn

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.CompanyLossSetManagement.Data Namespace