Class SpreadRule
Inheritance
Object
SpreadRule
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
---|---|
Boolean |
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 |