Skip to main content

Taggable Interface

Namespace: DensoCreate.Cli.Framework

Description

Base class implementing tagging functionality.

Inherit Base

NameDescription
ITaggableInterface for objects with tagging functionality.

Derived From

NameDescription
OptionBaseBase class representing command options.
ArgumentBaseBase class representing arguments for commands and options.

Method

NameDescription
GetTag<T>Gets the tag value for the specified key. If it doesn't exist, returns the default value.
HasTagDetermines whether a tag with the specified key exists.
SetTagSets the tag value for the specified key.
If the value is null (or unspecified), true is set.