Click or drag to resize
EntityResultRow Class
Represents a data record from a entity model configuration.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.EntityModelEntityResultRow

Namespace: Colygon.MatchPoint.EntityModel
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public class EntityResultRow : ILookupValue, 
	ISPResource, IResultRecord, IKnownNames, IViewableItem, IEquatable<EntityResultRow>, 
	IComparable, IComparable<EntityResultRow>

The EntityResultRow type exposes the following members.

Properties
  NameDescription
Public propertyContentClass
Returns the content class of the data row.
Public propertyDisplayName
Public propertyItem
Provides access to properties on the data record.
Public propertyKey
Top
Methods
Fields
  NameDescription
Public fieldId
Top
Extension Methods
  NameDescription
Public Extension MethodLoadTerms
Loads terms from the specified search result value. This method is obsolete, please use GetTerms(this ITermResultRecord source, string fieldName) instead.
(Defined by TaxonomyCompatibilityExtensions.)
Top
See Also