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: 2013.11.0.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