Class AlgoParameters
Inheritance
AlgoParameters
Assembly: tt-net-api.dll
Syntax
public class AlgoParameters
Properties
EnumClass
Declaration
public string EnumClass { get; }
Property Value
EnumPairs
Declaration
public List<EnumPairs> EnumPairs { get; }
Property Value
FieldLocation
Declaration
public string FieldLocation { get; }
Property Value
IsRequired
Declaration
public string IsRequired { get; set; }
Property Value
IsUpdateable
Declaration
public string IsUpdateable { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type
Declaration
public string Type { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides