Show / Hide Table of Contents

Class OrderTagDefaults

Inheritance
object
OrderTagDefaults
Inherited Members
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 OrderTagDefaults

Fields

Empty

Declaration
public static OrderTagDefaults Empty
Field Value
Type Description
OrderTagDefaults

Properties

CompanyId

Declaration
public ulong CompanyId { get; }
Property Value
Type Description
ulong

Name

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

Methods

IsEmpty()

Declaration
public bool IsEmpty()
Returns
Type Description
bool

IsNullOrEmpty(OrderTagDefaults)

Declaration
public static bool IsNullOrEmpty(OrderTagDefaults a)
Parameters
Type Name Description
OrderTagDefaults a
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top