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.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.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