Flow.Net
Show / Hide Table of Contents

Class CadenceDictionary

Inheritance
Object
Cadence
CadenceDictionary
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 CadenceDictionary : Cadence, ICadence

Constructors

| Improve this Doc View Source

CadenceDictionary()

Declaration
public CadenceDictionary()
| Improve this Doc View Source

CadenceDictionary(IList<CadenceDictionaryKeyValue>)

Declaration
public CadenceDictionary(IList<CadenceDictionaryKeyValue> value)
Parameters
Type Name Description
IList<CadenceDictionaryKeyValue> 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<CadenceDictionaryKeyValue> Value { get; set; }
Property Value
Type Description
IList<CadenceDictionaryKeyValue>

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