Show / Hide Table of Contents

Class SpreadLegRule

Inheritance
object
SpreadLegRule
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 SpreadLegRule

Properties

CustomVariables

Declaration
[JsonIgnore]
public IReadOnlyCollection<SpreadLegRuleVariable> CustomVariables { get; }
Property Value
Type Description
IReadOnlyCollection<SpreadLegRuleVariable>

Enabled

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

SpreadRule

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