Show / Hide Table of Contents

Class SpreadRule

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

Properties

CustomVariables

Declaration
public IReadOnlyCollection<SpreadRuleVariable> CustomVariables { get; }
Property Value
Type Description
IReadOnlyCollection<SpreadRuleVariable>

Description

Declaration
public string Description { get; }
Property Value
Type Description
string

IsLatestVersion

Declaration
public bool IsLatestVersion { get; }
Property Value
Type Description
bool

Logic

Declaration
public string Logic { get; }
Property Value
Type Description
string

Name

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

OrderType

Declaration
public RuleOrderType OrderType { get; }
Property Value
Type Description
RuleOrderType
In this article
Back to top