Enum RepresentationType
Represents the type of data to be collected by a Question.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum RepresentationType
Fields
| Name | Description |
|---|---|
| Category | The response is a CategoryDomain. |
| Code | The response is a CodeDomain. |
| DateTime | The response is a DateTimeDomain. |
| Distribution | The response is a DistributionDomain. |
| Geography | The response is a geographic domain. |
| Mixed | The question accepts multiple response types. |
| Nominal | The response is a NominalDomain. |
| Numeric | The response is a NumericDomain. |
| Ranking | The response is a RankingDomain. |
| Scale | The response is a ScaleDomain. |
| Text | The response is a TextDomain. |
| Unknown | The response type is unknown. |