Click or drag to resize

RefinementResult Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Search.DataProviderRefinementResult

Namespace:  Colygon.MatchPoint.Search.DataProvider
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public sealed class RefinementResult : IRefinementResult, 
	ITagResultRecord, IResultRecord, ITermResultRecord

The RefinementResult type exposes the following members.

Properties
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 methodGetSimpleTags
Public methodGetTags
Public methodGetTermIds
Public methodGetTermIds(String)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetTermsOverloaded.
Returns all terms from the a result record.
(Defined by TermResultRecordExtensions.)
Public Extension MethodGetTerms(String)Overloaded.
Returns terms from a specific field from a result record.
(Defined by TermResultRecordExtensions.)
Top
See Also