The ITagSet
interface in the Sandbox
namespace provides a contract for managing a collection of tags. It allows adding, removing, and querying tags, as well as performing operations on sets of tags.
The ITagSet
interface in the Sandbox
namespace provides a contract for managing a collection of tags. It allows adding, removing, and querying tags, as well as performing operations on sets of tags.
Member Name | Summary |
---|---|
RemoveAll | Remove all tags from the set. |
Has | Check if a specific tag is present in the set. |
Add | Add a tag to the set. |
Remove | Remove a specific tag from the set. |
Set | Set the state of a specific tag in the set. |
TryGetAll | Try to get all tags in the set. |
GetTokens | Retrieve all tag tokens in the set. |
SetFrom | Set tags from another ITagSet . |
Toggle | Toggle the presence of a specific tag in the set. |
HasAny | Check if any of the specified tags are present in the set. |
HasAll | Check if all of the specified tags are present in the set. |
GetEnumerator | Get an enumerator for iterating through the tags in the set. |