Class CadenceParameterType
Inheritance
CadenceParameterType
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceParameterType
Constructors
|
Improve this Doc
View Source
CadenceParameterType()
Declaration
public CadenceParameterType()
|
Improve this Doc
View Source
CadenceParameterType(String, String, ICadenceType)
Declaration
public CadenceParameterType(string label, 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
Label
Declaration
[JsonProperty("label")]
public string Label { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public ICadenceType Type { get; set; }
Property Value