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 SourceCoruzantTab(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 SourceAddress
Address loaded on this tab
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BookmarkFromAccount
Loaded bookmark object from the main account
Declaration
[JsonIgnore]
public Bookmark BookmarkFromAccount { get; set; }
Property Value
Type | Description |
---|---|
Bookmark |
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 |
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> |
Profile
Coruzant profile NFT
Declaration
[JsonIgnore]
public CoruzantProfileNFT Profile { get; set; }
Property Value
Type | Description |
---|---|
CoruzantProfileNFT |
Selected
Tab is selected
Declaration
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShortAddress
Shorten version of the address
Declaration
public string ShortAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClearBookmark()
Clear bookmark object
Declaration
public void ClearBookmark()
LoadBookmark(Bookmark)
Load bookmark object
Declaration
public void LoadBookmark(Bookmark bkm)
Parameters
Type | Name | Description |
---|---|---|
Bookmark | bkm |
Reload()
Reload the data
Declaration
public async Task Reload()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |