Click or drag to resize

TermRefinementColumn Class

Provides functionality for using terms within a RefinementConfiguration.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class TermRefinementColumn : BaseRefinementColumn

The TermRefinementColumn type exposes the following members.

Constructors
  NameDescription
Public methodTermRefinementColumn
Initializes a new instance of the TermRefinementColumn class
Top
Methods
  NameDescription
Public methodAddCondition (Overrides BaseRefinementColumnAddCondition(RefinementNode, ListBaseCondition, NativeRefinementSettings).)
Public methodAddRefinerDescriptors (Overrides BaseRefinementColumnAddRefinerDescriptors(ListRefinerDescriptor, NativeRefinementSettings).)
Public methodAddRequiredColumns (Overrides BaseRefinementColumnAddRequiredColumns(Dependency).)
Public methodCreateNode (Overrides BaseRefinementColumnCreateNode(String).)
Public methodCreateNodesFromValue (Overrides BaseRefinementColumnCreateNodesFromValue(IResultRecord).)
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
  NameDescription
Public fieldCaption
The display name. If left empty, the name of the term set is used.
Public fieldDefaultExpanded
If enabled, this refinement node is initially expanded.
(Inherited from BaseRefinementColumn.)
Public fieldName
The name of the column that contains the terms.
Public fieldUniqueId
Specifies a unique ID used to identify the refinement column.
(Inherited from BaseRefinementColumn.)
Top
Remarks
This is a MatchPoint configuration class.
See Also