Table of Contents

Class QuotaFrameVariable

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

Properties

DisplayIndex

[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

IsForAllocationOnly

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

Property Value

bool

IsMulti

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

Property Value

bool

Levels

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

Property Value

ICollection<QuotaFrameLevel>

Name

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

Property Value

string