Initializes a new CompoundDimensionSearchResult instance.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public CompoundDimensionSearchResult( IDictionary<string, Collection<SearchReport>> searchReports, IList<DimensionValueCollection> compoundDimensionValues, bool hasMore ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ searchReports As IDictionary(Of String, Collection(Of SearchReport)), _ compoundDimensionValues As IList(Of DimensionValueCollection), _ hasMore As Boolean _ ) |
| Visual C++ |
|---|
public: CompoundDimensionSearchResult( IDictionary<String^, Collection<SearchReport^>^>^ searchReports, IList<DimensionValueCollection^>^ compoundDimensionValues, bool hasMore ) |
Parameters
- searchReports
- Type: System.Collections.Generic..::.IDictionary<(Of <(String, Collection<(Of <(SearchReport>)>)>)>)
- compoundDimensionValues
- Type: System.Collections.Generic..::.IList<(Of <(DimensionValueCollection>)>)
- hasMore
- Type: System..::.Boolean