Flow.Net
Show / Hide Table of Contents

Class CadencePath

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

Constructors

| Improve this Doc View Source

CadencePath()

Declaration
public CadencePath()
| Improve this Doc View Source

CadencePath(CadencePathValue)

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

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