Click or drag to resize

IChoiceItemProvider Interface

Provides functionality for a class that aggregates choice items.

Namespace:  Colygon.MatchPoint.Core.Controls
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface IChoiceItemProvider : ILookupItemProvider

The IChoiceItemProvider type exposes the following members.

Methods
  NameDescription
Public methodGetItemsByKeys
Returns all choice items for the specified item keys.
Public methodLookup (Inherited from ILookupItemProvider.)
Top
See Also