Touchstone 11.0 API Reference
Filters Property (ExposureView)


Air.Services.Proxy Assembly > AIR.Services.ProjectManagement.Data Namespace > ExposureView Class : Filters Property
(Optional) Contains rules that Touchstone® applies to one or more Exposure Sets to create this Exposure View.

You can filter Exposure Sets by ID, company, policy status, peril, location, construction, occupancy, number of stories, or replacement value.

Syntax
Public Property Filters As List(Of Filter)
Dim instance As ExposureView
Dim value As List(Of Filter)
 
instance.Filters = value
 
value = instance.Filters
public List<Filter> Filters {get; set;}
Remarks
Note: Touchstone uses only the first Filter in the list of Filters that this Filters property contains. Consequently, if you want to define multiple Filters, you can combine (and, if necessary, nest) these Filters into a single Composite Filter using a Composite Expression.
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

ExposureView Class
ExposureView Members