ITaggable Interface
Namespace: DensoCreate.Cli.Framework
Description
Interface for objects with tagging capabilities.
Derived From
Name | Description |
---|---|
Taggable | Base class that implements tagging functionality. |
Method
Name | Description |
---|---|
GetTag<T> | Gets the tag value for the specified key. If not found, returns defaultValue. |
HasTag | Determines whether a tag with the specified key exists. |
SetTag | Sets the tag value with the specified key. If the value is null (or unspecified), true is set. |