Click or drag to resize

LookupValue Class

Implements functionality for a lookup value that can be accessed using a unique key.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Common
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class LookupValue : IComparable<LookupValue>, 
	IComparable, IEquatable<LookupValue>, ILookupValue

The LookupValue type exposes the following members.

Constructors
  NameDescription
Public methodLookupValue
Initializes a new LookupValue instance.
Top
Properties
  NameDescription
Public propertyKey
The key of the lookup value.
Top
Methods
Fields
  NameDescription
Public fieldDisplayName
The display name of the element.
Public fieldId
The id of the lookup value.
Top
Remarks
Lookup values can be selected i.e. within a choice field.
See Also