Initializes a new MetadataResult instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public MetadataResult(
	IList<string> sortKeys,
	IList<SearchKey> searchKeys,
	IList<AttributeMetadata> attributeMetadata,
	IList<string> aggregationKeys
)
Visual Basic (Declaration)
Public Sub New ( _
	sortKeys As IList(Of String), _
	searchKeys As IList(Of SearchKey), _
	attributeMetadata As IList(Of AttributeMetadata), _
	aggregationKeys As IList(Of String) _
)
Visual C++
public:
MetadataResult(
	IList<String^>^ sortKeys, 
	IList<SearchKey^>^ searchKeys, 
	IList<AttributeMetadata^>^ attributeMetadata, 
	IList<String^>^ aggregationKeys
)

Parameters

sortKeys
Type: System.Collections.Generic..::.IList<(Of <(String>)>)
searchKeys
Type: System.Collections.Generic..::.IList<(Of <(SearchKey>)>)
attributeMetadata
Type: System.Collections.Generic..::.IList<(Of <(AttributeMetadata>)>)
aggregationKeys
Type: System.Collections.Generic..::.IList<(Of <(String>)>)

See Also