Struct AlgoInfo
Inherited Members
ValueType.Equals(Object)
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Assembly: tt-net-api.dll
Syntax
public struct AlgoInfo : IComparable<AlgoInfo>
Properties
Alias
Declaration
public string Alias { get; }
Property Value
Category
Declaration
public AlgoCategory Category { get; }
Property Value
IsDeployed
Declaration
public bool IsDeployed { get; }
Property Value
IsMyAlgo
Declaration
public bool IsMyAlgo { get; }
Property Value
IsOMA
Declaration
public bool IsOMA { get; }
Property Value
IsOTA
Declaration
public bool IsOTA { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Version
Declaration
public string Version { get; }
Property Value
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Overrides
System.ValueType.ToString()
Explicit Interface Implementations
IComparable<AlgoInfo>.CompareTo(AlgoInfo)
Declaration
int IComparable<AlgoInfo>.CompareTo(AlgoInfo other)
Parameters
Returns
Implements
System.IComparable<T>