Show / Hide Table of Contents

Class SpreadRuleVariable

Inheritance
object
SpreadRuleVariable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class SpreadRuleVariable

Properties

MaxValueAllowed

Declaration
[JsonIgnore]
public object MaxValueAllowed { get; }
Property Value
Type Description
object

MinValueAllowed

Declaration
[JsonIgnore]
public object MinValueAllowed { get; }
Property Value
Type Description
object

Name

Declaration
[JsonIgnore]
public string Name { get; }
Property Value
Type Description
string

Type

Declaration
[JsonIgnore]
public SpreadRuleVariableType Type { get; }
Property Value
Type Description
SpreadRuleVariableType

Value

Declaration
[JsonIgnore]
public object Value { get; }
Property Value
Type Description
object
In this article
Back to top