Table of Contents

Class SurveyQuotaFrameVariableModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

Guid

Id

The unique identifier of the quota variable

[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid Id { get; set; }

Property Value

Guid

IsHidden

Hides this variable to disable the manual selection

[JsonProperty("IsHidden", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IsHidden { get; set; }

Property Value

bool

Levels

Children levels that belong to this level

[JsonProperty("Levels", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveyQuotaFrameLevelModel> Levels { get; set; }

Property Value

ICollection<SurveyQuotaFrameLevelModel>