Flow.Net
Show / Hide Table of Contents

Class CadenceNumber

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

Constructors

| Improve this Doc View Source

CadenceNumber(CadenceNumberType)

Declaration
public CadenceNumber(CadenceNumberType type)
Parameters
Type Name Description
CadenceNumberType type
| Improve this Doc View Source

CadenceNumber(CadenceNumberType, String)

Declaration
public CadenceNumber(CadenceNumberType type, string value)
Parameters
Type Name Description
CadenceNumberType type
String value

Properties

| Improve this Doc View Source

Type

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

Value

Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type Description
String

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