Class CadenceInitializerType
Inheritance
CadenceInitializerType
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceInitializerType
Constructors
|
Improve this Doc
View Source
CadenceInitializerType()
Declaration
public CadenceInitializerType()
|
Improve this Doc
View Source
CadenceInitializerType(String, String, ICadenceType)
Declaration
public CadenceInitializerType(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