Touchstone Re 2023 API Reference
ServiceEquipmentProtection Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : ServiceEquipmentProtection Enumeration
Provides a set of descriptors to indicate the level of protection for the service equipment for a building.
Syntax
Public Enum ServiceEquipmentProtection 
   Inherits System.Enum
Dim instance As ServiceEquipmentProtection
public enum ServiceEquipmentProtection : System.Enum 
Members
MemberDescription
ProtectedForFloodDefines the case in which the service equipment for a building is protected for flood (1).
UnknownDefines that case in which the level of protection for the service equipment for a building is unknown (default) (0).
UnprotectedForFloodDefines the case in which the service equipment for a building is not protected for flood (2).
Remarks
Mechanical, electrical, or plumbing service equipment can be designated as having protection or as being unprotected. Protection can be in the form of the equipment being elevated or in the form of some type of flood-proofing.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Exposure.Data.ServiceEquipmentProtection

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