Generated by DocFX

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 Source

Address

Address with content

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

Description

Short description of the content

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

ImageLink

Image link of this block of the content

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

Name

Name of the page - block of the content

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

ProfileLink

Main profile NFT link/hash

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

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>