Touchstone Re 2023 API Reference
CoverageType Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : CoverageType Enumeration
Provides a set of Coverage type options that you can use when retrieving Loss Analysis Results.
Syntax
Public Enum CoverageType 
   Inherits System.Enum
Dim instance As CoverageType
public enum CoverageType : System.Enum 
Members
MemberDescription
BuildingsDefines the Buildings Coverage type (1).
CombinedDefines the Combined Coverage type (5).
ContentsDefines the Contents Coverage type (3).
OtherStructuresDefines the Other Structures Coverage type (2).
PropertyDefines the Property Coverage type (7).
SiteDefines the Site Coverage type (6).
TimeElementDefines the Time Element Coverage type (4).
Remarks
Use these Coverage type options for the CoverageFilter property.
Inheritance Hierarchy

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

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