Table of Contents

Class SurveysQuotaFrameLevelModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class SurveysQuotaFrameLevelModel
Inheritance
SurveysQuotaFrameLevelModel
Derived
Inherited Members

Properties

DisplayIndex

The index to be displayed in relation with the siblings in the tree.

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

Property Value

int

Id

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

Property Value

Guid

MaxOvershoot

[JsonProperty("MaxOvershoot", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? MaxOvershoot { get; set; }

Property Value

int?

MaxTarget

[JsonProperty("MaxTarget", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? MaxTarget { get; set; }

Property Value

int?

Name

[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }

Property Value

string

Target

[JsonProperty("Target", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Target { get; set; }

Property Value

int?

Variables

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

Property Value

ICollection<SurveysQuotaFrameVariableModel>