Touchstone 11.0 API Reference
GetRuleSetsRequest Class
Members 


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.RuleSetManagement.Api Namespace : GetRuleSetsRequest Class
Contains the Business Unit SID and SQL Instance SID associated with the Rule Sets that you want to retrieve.
Syntax
Public Class GetRuleSetsRequest 
   Inherits AIR.Services.Common.Api.RequestBase
Dim instance As GetRuleSetsRequest
public class GetRuleSetsRequest : AIR.Services.Common.Api.RequestBase 
Remarks
Rule Sets enable you to find out whether your exposure data is missing information and whether any of your data contains invalid combinations of attributes. There are the following types of Rule Sets:
Rules Set Type Description
Completeness Rules Check exposure data for missing values or for user-specified values that might significantly impact modeled losses. For example, a missing street address, street number, city, or postal code, or a user-specified value for any of these fields.
Reasonability Rules Compare attributes to look for mismatched data, such as a construction type that is not compatible with the age of the building. For example, reinforced masonry construction was not used before 1950.
Augmentation Rules Improve the quality of exposure data by adding or replacing location information with user-specified values or data from the Data Quality Property-specific database if certain specified criteria are met. For example, "If replacement value for building changes, then update."
Location Update Rules Clear the current geocoding data and match levels in your exposure data, including latitude, longitude, and geocode match level data.

Separator Line

Inheritance Hierarchy

System.Object
   AIR.Services.Common.Api.RequestBase
      AIR.Services.DataQualityAnalysis.RuleSetManagement.Api.GetRuleSetsRequest

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

GetRuleSetsRequest Members
AIR.Services.DataQualityAnalysis.RuleSetManagement.Api Namespace