Enum MultipleResponseDomainType
Represents how many answers are expected from a CodeDomain response type.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum MultipleResponseDomainType : int
Fields
Name | Description |
---|---|
All | Response should come from each response domain. |
One | Response should come from one and only one response domain. |
Some | Response should come from one or more response domains. |