Table of Contents

Class SurveysQuotaFrameVariableBaseModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class SurveysQuotaFrameVariableBaseModel
Inheritance
SurveysQuotaFrameVariableBaseModel
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

IsMulti

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

Property Value

bool

Name

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

Property Value

string