Skip to main content

ITaggable Interface

Namespace: DensoCreate.Cli.Framework

Description

Interface for objects with tagging capabilities.

Derived From

NameDescription
TaggableBase class that implements tagging functionality.

Method

NameDescription
GetTag<T>Gets the tag value for the specified key. If not found, returns defaultValue.
HasTagDetermines whether a tag with the specified key exists.
SetTagSets the tag value with the specified key.
If the value is null (or unspecified), true is set.