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: 2016.10.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
See Also