Class CadenceEnumType
Inheritance
CadenceEnumType
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceEnumType : CadenceType, ICadenceType
Constructors
|
Improve this Doc
View Source
CadenceEnumType()
Declaration
|
Improve this Doc
View Source
CadenceEnumType(String, ICadenceType, IList<CadenceFieldType>)
Declaration
public CadenceEnumType(string typeId, ICadenceType type, IList<CadenceFieldType> fields)
Parameters
Properties
|
Improve this Doc
View Source
Fields
Declaration
[JsonProperty("fields")]
public IList<CadenceFieldType> Fields { get; set; }
Property Value
|
Improve this Doc
View Source
Initializers
Declaration
[JsonProperty("initializers")]
public IList<CadenceInitializerType> Initializers { get; }
Property Value
|
Improve this Doc
View Source
Kind
Declaration
[JsonProperty("kind")]
public override string Kind { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type")]
public ICadenceType Type { get; set; }
Property Value
|
Improve this Doc
View Source
TypeId
Declaration
[JsonProperty("typeID")]
public string TypeId { get; set; }
Property Value
Implements
Extension Methods