Class CadenceFieldType
Inheritance
CadenceFieldType
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceFieldType
Constructors
|
Improve this Doc
View Source
CadenceFieldType()
Declaration
public CadenceFieldType()
|
Improve this Doc
View Source
CadenceFieldType(String, ICadenceType)
Declaration
public CadenceFieldType(string id, ICadenceType type)
Parameters
Properties
|
Improve this Doc
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public ICadenceType Type { get; set; }
Property Value