Touchstone Re 2023 API Reference
BasementFinishType Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : BasementFinishType Enumeration
Provides a set of basement finish types that indicate whether a basement is finished or unfinished.
Syntax
Public Enum BasementFinishType 
   Inherits System.Enum
Dim instance As BasementFinishType
public enum BasementFinishType : System.Enum 
Members
MemberDescription
FinishedBasementDefines an finished basement type that is used for dwelling purposes (2).
UnfinishedBasementDefines an unfinished basement type that is used for storage purposes (1).
UnknownDefines an unknown (default) basement finish type (0).
Remarks
Finished basements are usually equipped with better flood protection systems. However, they also contain more valuable contents.
Inheritance Hierarchy

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

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