Show / Hide Table of Contents

Class AssetTypeNative

Inheritance
System.Object
Asset
AssetTypeNative
Inherited Members
Asset.Create(String)
Asset.Create(String, String, String)
Asset.CreateNonNativeAsset(String, String)
Asset.FromXdr(Asset)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class AssetTypeNative : Asset

Fields

RestApiType

Declaration
public const string RestApiType = null
Field Value
System.String

Properties

Type

Declaration
public override string Type { get; }
Property Value
System.String

Overrides
Asset.Type

Methods

CanonicalName()

Returns the asset canonical name.

Declaration
public override string CanonicalName()
Returns
System.String

Overrides
Asset.CanonicalName()

CompareTo(Asset)

Declaration
public override int CompareTo(Asset asset)
Parameters
Type Name Description
Asset asset
Returns
System.Int32

Overrides
Asset.CompareTo(Asset)

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
System.Int32

ToXdr()

Declaration
public override Asset ToXdr()
Returns
stellar_dotnet_sdk.xdr.Asset

Overrides
Asset.ToXdr()

Extension Methods

AssetExtensions.ToQueryParameterEncodedString(Asset)
Back to top Generated by DocFX