Show / Hide Table of Contents

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

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.

In this article
Back to top Generated by DocFX