Class OrderTagDefaults
Inheritance
Object
OrderTagDefaults
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
---|---|
UInt64 |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Methods
IsEmpty()
Declaration
public bool IsEmpty()
Returns
Type | Description |
---|---|
Boolean |
IsNullOrEmpty(OrderTagDefaults)
Declaration
public static bool IsNullOrEmpty(OrderTagDefaults a)
Parameters
Type | Name | Description |
---|---|---|
OrderTagDefaults | a |
Returns
Type | Description |
---|---|
Boolean |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()