Touchstone 11.0 API Reference
ValidationResultSummaryCollection Class
Members 


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace : ValidationResultSummaryCollection Class
Contains a list of ValidationSummary objects, each of which contains -- for a particular Completeness Rule or Reasonability Rule -- the number of Locations that Touchstone® analyzed and the number of Locations that violate the specified rule.
Syntax
Public Class ValidationResultSummaryCollection 
   Inherits System.Collections.Generic.List(Of ValidationSummary)
public class ValidationResultSummaryCollection : System.Collections.Generic.List<ValidationSummary> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      AIR.Services.DataQualityAnalysis.Data.ValidationResultSummaryCollection

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

ValidationResultSummaryCollection Members
AIR.Services.DataQualityAnalysis.Data Namespace