Class SurveysQuotaFrameVariableBaseModel
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
Id
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid Id { get; set; }
Property Value
IsMulti
[JsonProperty("IsMulti", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IsMulti { get; set; }
Property Value
Name
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }