Class SurveyQuotaFrameVariableModel
Survey quota Frame Variable. Need to be bound to a Quota Variable Definition
public class SurveyQuotaFrameVariableModel
- Inheritance
-
SurveyQuotaFrameVariableModel
- Inherited Members
Properties
DefinitionId
Definition Id. Binds the Variable with the definition properties
[JsonProperty("DefinitionId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid DefinitionId { get; set; }
Property Value
Id
The unique identifier of the quota variable
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid Id { get; set; }
Property Value
IsHidden
Hides this variable to disable the manual selection
[JsonProperty("IsHidden", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IsHidden { get; set; }
Property Value
Levels
Children levels that belong to this level
[JsonProperty("Levels", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyQuotaFrameLevelModel> Levels { get; set; }