Show / Hide Table of Contents

Struct AlgoInfo

Implements
IComparable<AlgoInfo>
Inherited Members
ValueType.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public struct AlgoInfo : IComparable<AlgoInfo>

Properties

Alias

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

Category

Declaration
public AlgoCategory Category { get; }
Property Value
Type Description
AlgoCategory

HasConnections

Declaration
public bool HasConnections { get; }
Property Value
Type Description
bool

IsDeployed

Declaration
public bool IsDeployed { get; }
Property Value
Type Description
bool

IsMyAlgo

Declaration
public bool IsMyAlgo { get; }
Property Value
Type Description
bool

IsOMA

Declaration
public bool IsOMA { get; }
Property Value
Type Description
bool

IsOTA

Declaration
public bool IsOTA { get; }
Property Value
Type Description
bool

Name

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

Version

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

Methods

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
ValueType.ToString()

Implements

IComparable<T>
In this article
Back to top