Class AlgoParameters
Inheritance
Object
AlgoParameters
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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
System.Object.ToString()