Show / Hide Table of Contents

Class AlgoParameters

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

Properties

EnumClass

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

EnumPairs

Declaration
public List<EnumPairs> EnumPairs { get; }
Property Value
Type Description
List<EnumPairs>

FieldLocation

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

IsRequired

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

IsUpdateable

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

Name

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

Type

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

Methods

ToString()

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