Touchstone Re 2023 API Reference
PerilSetCode Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : PerilSetCode Enumeration
Provides a series of codes to represent the perils that the software models.
Syntax
Public Enum PerilSetCode 
   Inherits System.Enum
Dim instance As PerilSetCode
public enum PerilSetCode : System.Enum 
Members
MemberDescription
AllLicensedPerilsDefines the set of all the perils that you have licensed (-1).
CoastalFloodDefines the Coastal Flood peril (16).
CropHailDefines the Crop Hail peril (32768).
EarthquakeDefines the Earthquake peril (4).
FireFollowingEarthquakeDefines the Fire Following Earthquake peril (8).
HailDefines the Hail peril (1048576).
InlandFloodDefines the Inland Flood peril (2048).
LandslideDefines the Landslide peril (131072).
LiquefactionDefines the Liquefaction peril (4194304).
MultiPerilCropDefines the Multi Peril Crop peril (1024).
NonCatDefines the Non-CAT peril (65536).
PandemicFluDefines the Pandemic Flu peril (16384).
PrecipitationFloodDefines the Precipitation Flood peril (4096).
SevereThunderstormDefines the Severe Thunderstorm peril (2).
SprinklerLeakageDefines the Sprinkler Leakage peril (128).
StormSurgeDefines the Storm Surge peril (256).
StraightLineWindsDefines the StraightLineWinds peril (8388608).
TerrorismDefines the Terrorism peril (32).
TornadoDefines the Tornado peril (2097152).
TropicalCycloneDefines the Tropical Cyclone peril (1).
TsunamiDefines the Tsunami peril (8192).
WildfireDefines the Wildfire peril (512).
WinterStormDefines the Winter Storm peril (64).
Remarks
Use AllLicensedPerils (-1) to represent the set of all perils that you have licensed. Use None to represent no perils.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Data.PerilSetCode

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