Flow.Net
Show / Hide Table of Contents

Class CadenceArray

Inheritance
Object
Cadence
CadenceArray
Implements
ICadence
Inherited Members
Cadence.Encode(ICadence)
Cadence.CompositeField(CadenceComposite, String)
Cadence.CompositeFieldAs<T>(CadenceComposite, String)
Namespace: Flow.Net.Sdk.Core.Cadence
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceArray : Cadence, ICadence

Constructors

| Improve this Doc View Source

CadenceArray()

Declaration
public CadenceArray()
| Improve this Doc View Source

CadenceArray(IList<ICadence>)

Declaration
public CadenceArray(IList<ICadence> value)
Parameters
Type Name Description
IList<ICadence> value

Properties

| Improve this Doc View Source

Type

Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
Type Description
String
Overrides
Cadence.Type
| Improve this Doc View Source

Value

Declaration
[JsonProperty("value")]
public IList<ICadence> Value { get; set; }
Property Value
Type Description
IList<ICadence>

Implements

ICadence

Extension Methods

CadenceExtensions.Encode(ICadence)
CadenceExtensions.As<T>(ICadence)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX