Click or drag to resize

ILookupValue Interface

Provides functionality for a lookup value that can be accessed using a unique key.

Namespace:  Colygon.MatchPoint.Common
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface ILookupValue

The ILookupValue type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
The display name of the element.
Public propertyKey
The key of the element.
Top
Remarks
Lookup values can be selected i.e. within a choice field.
See Also