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 : int
  Fields
| Name | Description | 
|---|---|
| Category | The response is a CategoryDomain.  | 
      
| Code | The response is a CodeDomain.  | 
      
| DateTime | The response is a DateTimeDomain.  | 
      
| Geography | The response is a geographic domain.  | 
      
| Mixed | The question accepts multiple response types.  | 
      
| Numeric | The response is a NumericDomain.  | 
      
| Scale | The response is a ScaleDomain.  | 
      
| Text | The response is a TextDomain.  | 
      
| Unknown | The response type is unknown.  |