Click or drag to resize

ITermResultRecord Interface

Specifies methods for retrieving terms from a result record.

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface ITermResultRecord

The ITermResultRecord type exposes the following members.

Properties
  NameDescription
Public propertySiteInfo
Top
Methods
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