C# Class CrownPeak.SearchG2.Query.QueryOptions

Class that wraps a set of query options to be used when executing a CrownPeak.SearchG2.PlainSearch or a CrownPeak.SearchG2.Search{T} on a CrownPeak SearchG2 collection.
Show file Open project: Crownpeak/Search-Results-Examples Class Usage Examples

Private Properties

Property Type Description
AddExtraParameters void

Public Methods

Method Description
QueryOptions ( ) : System.Collections.Generic

Create a new QueryOptions with a default set of options.

Private Methods

Method Description
AddExtraParameters ( string>.List &parms, string>.IEnumerable parameters ) : void

Method Details

QueryOptions() public method

Create a new QueryOptions with a default set of options.
public QueryOptions ( ) : System.Collections.Generic
return System.Collections.Generic