Generated by DocFX

Class CoruzantTab

Coruzant tab loads the coruzant NFTs

Inheritance
System.Object
CoruzantTab
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Coruzant
Assembly: VEDriversLite.dll
Syntax
public class CoruzantTab

Constructors

| Improve this Doc View Source

CoruzantTab(String)

Create tab for the specific address which will be loaded Constructor will create also shorten version of the address to simplify load to the UI

Declaration
public CoruzantTab(string address)
Parameters
Type Name Description
System.String address

Properties

| Improve this Doc View Source

Address

Address loaded on this tab

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BookmarkFromAccount

Loaded bookmark object from the main account

Declaration
[JsonIgnore]
public Bookmark BookmarkFromAccount { get; set; }
Property Value
Type Description
Bookmark
| Improve this Doc View Source

IsInBookmark

Is set when tab is in the bookmarks of the main account

Declaration
public bool IsInBookmark { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NFTs

List of the NFTs loadef on this tab

Declaration
[JsonIgnore]
public List<INFT> NFTs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<INFT>
| Improve this Doc View Source

Profile

Coruzant profile NFT

Declaration
[JsonIgnore]
public CoruzantProfileNFT Profile { get; set; }
Property Value
Type Description
CoruzantProfileNFT
| Improve this Doc View Source

Selected

Tab is selected

Declaration
public bool Selected { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ShortAddress

Shorten version of the address

Declaration
public string ShortAddress { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ClearBookmark()

Clear bookmark object

Declaration
public void ClearBookmark()
| Improve this Doc View Source

LoadBookmark(Bookmark)

Load bookmark object

Declaration
public void LoadBookmark(Bookmark bkm)
Parameters
Type Name Description
Bookmark bkm
| Improve this Doc View Source

Reload()

Reload the data

Declaration
public async Task Reload()
Returns
Type Description
System.Threading.Tasks.Task