Class CadenceReferenceType
Inheritance
CadenceReferenceType
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceReferenceType : CadenceType, ICadenceType
Constructors
|
Improve this Doc
View Source
CadenceReferenceType()
Declaration
public CadenceReferenceType()
|
Improve this Doc
View Source
CadenceReferenceType(Boolean, ICadenceType)
Declaration
public CadenceReferenceType(bool authorized, ICadenceType type)
Parameters
Properties
|
Improve this Doc
View Source
Authorized
Declaration
[JsonProperty("authorized")]
public bool Authorized { get; set; }
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
Implements
Extension Methods