Touchstone 11.0 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
AllLicensedPerils Defines the set of all the perils that you have licensed (-1).
CoastalFlood Defines the Coastal Flood peril (16).
CropHail Defines the Crop Hail peril (32768).
Earthquake Defines the Earthquake peril (4).
FireFollowingEarthquake Defines the Fire Following Earthquake peril (8).
Hail Defines the Hail peril (1048576).
InlandFlood Defines the Inland Flood peril (2048).
Landslide Defines the Landslide peril (131072).
Liquefaction Defines the Liquefaction peril (4194304).
MultiPerilCrop Defines the Multi Peril Crop peril (1024).
NonCat Defines the Non-CAT peril (65536).
PandemicFlu Defines the Pandemic Flu peril (16384).
PrecipitationFlood Defines the Precipitation Flood peril (4096).
SevereThunderstorm Defines the Severe Thunderstorm peril (2).
SprinklerLeakage Defines the Sprinkler Leakage peril (128).
StormSurge Defines the Storm Surge peril (256).
StraightLineWinds Defines the StraightLineWinds peril (8388608).
Terrorism Defines the Terrorism peril (32).
Tornado Defines the Tornado peril (2097152).
TropicalCyclone Defines the Tropical Cyclone peril (1).
Tsunami Defines the Tsunami peril (8192).
Wildfire Defines the Wildfire peril (512).
WinterStorm Defines 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