Provides a set of static methods managing Tags within the StateServer NamedCache environment.
Inheritance Hierarchy
Soss.ClientTagExtensions
Namespace: Soss.Client
Assembly: soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax
The TagExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddTags(ITaggable, IEnumerableString) |
Adds the tags specified in the tags to the current list of tags
in cachedObject.
|
![]() ![]() | AddTags(ITaggable, String) |
Adds the tags specified in the tags to the current list of tags
in cachedObject.
|
![]() ![]() | GetTags |
Returns an enumeration of names of the tags that are currently present in
cachedObject.
|
![]() ![]() | HasAllTags(ITaggable, IEnumerableString) | |
![]() ![]() | HasAllTags(ITaggable, String) | |
![]() ![]() | HasAnyTag(ITaggable, IEnumerableString) |
Determines whether cachedObject has any of the tags specified in
tags set.
|
![]() ![]() | HasAnyTag(ITaggable, String) |
Determines whether cachedObject has any of the tags specified in
tags set.
|
![]() ![]() | HasTags |
Determines whether the cachedObject specified has all of the
tags specified in tagsSet set while at the same time, none of
the tags specified in tagsNotSet are set.
|
![]() ![]() | RemoveTags(ITaggable, IEnumerableString) |
Removes the tags specified in the tags from the current list of tags
in cachedObject.
|
![]() ![]() | RemoveTags(ITaggable, String) |
Removes the tags specified in the tags from the current list of tags
in cachedObject.
|
See Also