Class SpreadRuleVariable
Inheritance
SpreadRuleVariable
Assembly: tt-net-api.dll
Syntax
public class SpreadRuleVariable
Properties
MaxValueAllowed
Declaration
[JsonIgnore]
public object MaxValueAllowed { get; }
Property Value
MinValueAllowed
Declaration
[JsonIgnore]
public object MinValueAllowed { get; }
Property Value
Name
Declaration
[JsonIgnore]
public string Name { get; }
Property Value
Type
Declaration
[JsonIgnore]
public SpreadRuleVariableType Type { get; }
Property Value
Value
Declaration
[JsonIgnore]
public object Value { get; }
Property Value