Show / Hide Table of Contents

Class ExportValue

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

Properties

BlockName

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

Connector

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

DisplayName

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

Id

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

Type

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

Methods

ToString()

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