Generated by DocFX

Class Tag

Tag with rememered info about usage, etc.

Inheritance
System.Object
Tag
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.Tags
Assembly: VEDriversLite.dll
Syntax
public class Tag

Properties

| Improve this Doc View Source

Color

Color of badge

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

Command

Command

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

Count

Count of usage

Declaration
public int Count { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Description

Description

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

Image

Image Link

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

LastUse

Last date of usage

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

Name

Tag name

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

RelatedItems

Related Data Items to this tag

Declaration
public List<NFTDataItem> RelatedItems { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NFTDataItem>
| Improve this Doc View Source

RelatedTags

Related tags hashes list

Declaration
public List<string> RelatedTags { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

UseAsFastButton

Display in UI as fast option

Declaration
public bool UseAsFastButton { get; set; }
Property Value
Type Description
System.Boolean