Flow.Net
Show / Hide Table of Contents

Class CadenceParameterType

Inheritance
Object
CadenceParameterType
Namespace: Flow.Net.Sdk.Core.Cadence.Types
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
Type Name Description
String label
String id
ICadenceType type

Properties

| Improve this Doc View Source

Id

Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Label

Declaration
[JsonProperty("label")]
public string Label { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Type

Declaration
[JsonProperty("type")]
public ICadenceType Type { get; set; }
Property Value
Type Description
ICadenceType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX