Touchstone 11.0 API Reference
ReasonabilityRuleSetSid Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > ValidationOptions Class : ReasonabilityRuleSetSid Property
(Required) Contains the Reasonability Rule Set Sequential Identifier (SID), which uniquely identifies the Reasonability Rule Set that Touchstone® should use when performing data validation during a Data Quality Analysis.
Syntax
Public Property ReasonabilityRuleSetSid As Nullable(Of Integer)
Dim instance As ValidationOptions
Dim value As Nullable(Of Integer)
 
instance.ReasonabilityRuleSetSid = value
 
value = instance.ReasonabilityRuleSetSid
public Nullable<int> ReasonabilityRuleSetSid {get; set;}
Remarks
Reasonability Rules help you to determine if exposure data contains potentially invalid combinations of attributes. These Reasonability rules enable you to find instances in which large numbers of Locations have attributes that are not typically found together in buildings. Reasonability Rules based upon AIR's engineering expertise are included in the default set of rules and include the following categories:
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

ValidationOptions Class
ValidationOptions Members