Class EventNFT
Event NFT Describing Event for the creating of the NFT Tickets
Implements
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
Assembly: VEDriversLite.dll
Syntax
public class EventNFT : CommonNFT, INFT
Constructors
| Improve this Doc View SourceEventNFT(String)
Create empty event
Declaration
public EventNFT(string utxo)
Parameters
Type | Name | Description |
---|---|---|
System.String | utxo |
Properties
| Improve this Doc View SourceAuthorLink
Author website page
Declaration
public string AuthorLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventClass
Class of the Event
Declaration
public ClassOfNFTEvent EventClass { get; set; }
Property Value
Type | Description |
---|---|
ClassOfNFTEvent |
EventDate
Date of the Event
Declaration
public DateTime EventDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EventId
Event NFT Utxo
Declaration
public string EventId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Location
Event location name
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocationCoordinates
Event coordinates "Lat,Len"
Declaration
public string LocationCoordinates { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocationCoordinatesLat
Location coordinate Latitude
Declaration
public double LocationCoordinatesLat { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LocationCoordinatesLen
Location coordinate Longitude
Declaration
public double LocationCoordinatesLen { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MintAuthorAddress
Specify author address if different than the mint address
Declaration
public string MintAuthorAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MusicInLink
Music in the Link property
Declaration
public bool MusicInLink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PriceInDoge
Declaration
public double PriceInDoge { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PriceInDogeActive
Declaration
public bool PriceInDogeActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Used
Indicate if the ticket was used. It goes through all history during load
Declaration
public bool Used { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VideoLink
Video link
Declaration
public string VideoLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFill(INFT)
Fill basic parameters
Declaration
public override async Task Fill(INFT NFT)
Parameters
Type | Name | Description |
---|---|---|
INFT | NFT |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
| Improve this Doc View SourceGetLastData()
Get last data of this NFT
Declaration
public async Task GetLastData()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
GetMetadata(String, String, String)
Get the NFT data for the NFT
Declaration
public override async Task<IDictionary<string, string>> GetMetadata(string address = "", string key = "", string receiver = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | address | Address of the sender |
System.String | key | Private key of the sender for encryption |
System.String | receiver | receiver of the NFT |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<System.String, System.String>> |
Overrides
| Improve this Doc View SourceParseOriginData(IDictionary<String, String>, GetTransactionInfoResponse)
Find and parse origin data
Declaration
public override async Task ParseOriginData(IDictionary<string, string> lastmetadata, GetTransactionInfoResponse txinfo = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | lastmetadata | |
GetTransactionInfoResponse | txinfo |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
| Improve this Doc View SourceParseSpecific(IDictionary<String, String>)
Parse specific parameters
Declaration
public override void ParseSpecific(IDictionary<string, string> metadata)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | metadata |