Class CadenceString
Inheritance
CadenceString
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceString : Cadence, ICadence
Constructors
|
Improve this Doc
View Source
CadenceString()
Declaration
|
Improve this Doc
View Source
CadenceString(String)
Declaration
public CadenceString(string value)
Parameters
Type |
Name |
Description |
String |
value |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Value
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Implements
Extension Methods