Class CoruzantContentAddressDto
Dto for the coruzant address
Inheritance
System.Object
CoruzantContentAddressDto
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.Dto
Assembly: VEDriversLite.dll
Syntax
public class CoruzantContentAddressDto
Properties
| Improve this Doc View SourceAddress
Address with content
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Short description of the content
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageLink
Image link of this block of the content
Declaration
public string ImageLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the page - block of the content
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProfileLink
Main profile NFT link/hash
Declaration
public string ProfileLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tags
List of the tags describing this content
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |