Flow.Net
Show / Hide Table of Contents

Class CadenceOptional

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

Constructors

| Improve this Doc View Source

CadenceOptional()

Declaration
public CadenceOptional()
| Improve this Doc View Source

CadenceOptional(ICadence)

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