Enum MultipleChoiceType
Describes how many items should be selected from the code list in a CodeDomain.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum MultipleChoiceType : int
  Fields
| Name | Description | 
|---|---|
| SelectAllThatApply | All applicable items should be selected.  | 
      
| SelectOne | Only one item should be selected.  | 
      
| SelectUpToN | Up to a specified number of items should be selected.  |