Class CadenceNumber
Inheritance
CadenceNumber
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
|
Improve this Doc
View Source
CadenceNumber(CadenceNumberType, String)
Declaration
public CadenceNumber(CadenceNumberType type, string value)
Parameters
Properties
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public sealed override string Type { get; set; }
Property Value
Overrides
|
Improve this Doc
View Source
Value
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Implements
Extension Methods