Title here
Summary here
BusinessModel
Kind: global abstract class
Extends: BusinessModel
Model:
Properties
Name | Type | Description |
---|---|---|
defaultValue | boolean | Default value if the user has never answered the question |
currentValue | boolean | Last response of the user |
label | string | Field holding the content of the question |
ask | boolean | Flag defined to true if the question has to be asked |
invertedValue | boolean | Flag set to true if the question is inverted (i.e. true answer means the option is disabled) Flag set to false (i.e. true answer means that the option is enabled) |
Model holding a GDPR question and answer.