Touchstone Re 2023 API Reference
UserToIndustryLineOfBusinessMappings Property (ClfExportOptions)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > ClfExportOptions Class : UserToIndustryLineOfBusinessMappings Property
(Required) Contains a list of UserToIndustryLineOfBusinessMapping objects that specifies the Lines of Business (LOB) that you want to include in the exported Detailed Loss Analysis results. In addition, these objects map each user-specified LOB to the corresponding industry LOB code.
Syntax
Public Property UserToIndustryLineOfBusinessMappings As List(Of UserToIndustryLineOfBusinessMapping)
Dim instance As ClfExportOptions
Dim value As List(Of UserToIndustryLineOfBusinessMapping)
 
instance.UserToIndustryLineOfBusinessMappings = value
 
value = instance.UserToIndustryLineOfBusinessMappings
public List<UserToIndustryLineOfBusinessMapping> UserToIndustryLineOfBusinessMappings {get; set;}
Remarks
Each user-specified Line of Business is mapped to an industry LOB code. AIR provides the following LOB codes:
LOB Code Description
AUT Auto
CAI Commercial and Industrial
COM Commercial
COND Condo (apartment building)
MOB Mobile home
RB Residential Building
RC Residential Contents
RENT Renters (apartment contents)
SFH Single Family Home
TEN Tenant (commercial contents)
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

ClfExportOptions Class
ClfExportOptions Members