Click or drag to resize

TermResultRecordExtensions Class

Provides helper methods for accessing taxonomy-related functionality or from the API.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.TaxonomyTermResultRecordExtensions

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static class TermResultRecordExtensions
Methods
  NameDescription
Public methodStatic memberGetTerms(ITermResultRecord)
Returns all terms from the a result record.
Public methodStatic memberGetTerms(ITermResultRecord, String)
Returns terms from a specific field from a result record.
Top
Remarks
This class provides expression extensions.
See Also