Click or drag to resize

NativeRefinerSetting Class

Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Common.Refinement
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public sealed class NativeRefinerSetting : BaseNativeRefinerSetting

The NativeRefinerSetting type exposes the following members.

Constructors
  NameDescription
Public methodNativeRefinerSetting
Initializes a new instance of the NativeRefinerSetting class
Top
Properties
  NameDescription
Public propertyRefinerParameters
Specifies extra parameters added to the native refiner request query for this specific refiner. E.g. 'filter=200' can be used to get more than the default 100 refiners. More information is available in the MSDN chapter 'Query Refinement in SharePoint 2013'.
(Inherited from BaseNativeRefinerSetting.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides BaseNativeRefinerSettingToString.)
Top
Fields
  NameDescription
Public fieldFieldName
The name of the refiner field.
Top
Remarks
This is a MatchPoint configuration class.
See Also