Click or drag to resize

BaseNativeRefinerSetting Class

Inheritance Hierarchy

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

The BaseNativeRefinerSetting type exposes the following members.

Constructors
  NameDescription
Protected methodBaseNativeRefinerSetting
Initializes a new instance of the BaseNativeRefinerSetting 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'.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
Remarks
This is a MatchPoint configuration class.
See Also