Touchstone Re 2023 API Reference
EventLossColumn Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.CompanyLossSetManagement.Data Namespace > EventLossColumnMapping Class : EventLossColumn Property
(Required) Represents the minimum required 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 Property EventLossColumn As EventLossFileColumn
Dim instance As EventLossColumnMapping
Dim value As EventLossFileColumn
 
instance.EventLossColumn = value
 
value = instance.EventLossColumn
public EventLossFileColumn EventLossColumn {get; set;}
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

EventLossColumnMapping Class
EventLossColumnMapping Members