Taggable Interface
Namespace: DensoCreate.Cli.Framework
Description
Base class implementing tagging functionality.
Inherit Base
Name | Description |
---|---|
ITaggable | Interface for objects with tagging functionality. |
Derived From
Name | Description |
---|---|
OptionBase | Base class representing command options. |
ArgumentBase | Base class representing arguments for commands and options. |
Method
Name | Description |
---|---|
GetTag<T> | Gets the tag value for the specified key. If it doesn't exist, returns the default value. |
HasTag | Determines whether a tag with the specified key exists. |
SetTag | Sets the tag value for the specified key. If the value is null (or unspecified), true is set. |