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 SourceColor
Color of badge
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Command
Command
Declaration
public string Command { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Count
Count of usage
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Description
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Image
Image Link
Declaration
public string Image { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastUse
Last date of usage
Declaration
public DateTime LastUse { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Name
Tag name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RelatedItems
Related Data Items to this tag
Declaration
public List<NFTDataItem> RelatedItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NFTDataItem> |
RelatedTags
Related tags hashes list
Declaration
public List<string> RelatedTags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
UseAsFastButton
Display in UI as fast option
Declaration
public bool UseAsFastButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |