Initializes a new AggregateRecord instance.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public AggregateRecord( string id, PropertyMap properties, DimensionValueCollection dimensionValues, IDictionary<string, string> snippets, long totalRecords, IList<Record> records, PropertyMap derivedProperties ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ id As String, _ properties As PropertyMap, _ dimensionValues As DimensionValueCollection, _ snippets As IDictionary(Of String, String), _ totalRecords As Long, _ records As IList(Of Record), _ derivedProperties As PropertyMap _ ) | 
| Visual C++ | 
|---|
| public: AggregateRecord( String^ id, PropertyMap^ properties, DimensionValueCollection^ dimensionValues, IDictionary<String^, String^>^ snippets, long long totalRecords, IList<Record^>^ records, PropertyMap^ derivedProperties ) | 
Parameters
- id
- Type: System..::.String
 The id of this aggregate record
- properties
- Type: Endeca.Data..::.PropertyMap
 The properties of this aggregate record.
- dimensionValues
- Type: Endeca.Data..::.DimensionValueCollection
 The dimension values for this aggregate record.
- snippets
- Type: System.Collections.Generic..::.IDictionary<(Of <(String, String>)>)
 The snippets for this aggregate record.
- totalRecords
- Type: System..::.Int64
 The total number of records represented by this aggregate record.
- records
- Type: System.Collections.Generic..::.IList<(Of <(Record>)>)
 The set of records aggregated by this record.
- derivedProperties
- Type: Endeca.Data..::.PropertyMap
 The derived properties for this aggregate record.





