ITaggable Methods

ScaleOut Software NamedCache API

The ITaggable type exposes the following members.

Extension Methods

  NameDescription
Public Extension MethodAddTags(String)Overloaded.
Adds the tags specified in the tags to the current list of tags in cachedObject.
(Defined by TagExtensions.)
Public Extension MethodAddTags(IEnumerableString)Overloaded.
Adds the tags specified in the tags to the current list of tags in cachedObject.
(Defined by TagExtensions.)
Public Extension MethodGetTags
Returns an enumeration of names of the tags that are currently present in cachedObject.
(Defined by TagExtensions.)
Public Extension MethodHasAllTags(String)Overloaded.
Determines whether a cachedObject that implements ITaggable has all of the tags specified by tags.
(Defined by TagExtensions.)
Public Extension MethodHasAllTags(IEnumerableString)Overloaded.
Determines whether a cachedObject that implements ITaggable has all of the tags specified by tags.
(Defined by TagExtensions.)
Public Extension MethodHasAnyTag(String)Overloaded.
Determines whether cachedObject has any of the tags specified in tags set.
(Defined by TagExtensions.)
Public Extension MethodHasAnyTag(IEnumerableString)Overloaded.
Determines whether cachedObject has any of the tags specified in tags set.
(Defined by TagExtensions.)
Public Extension MethodHasTags
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.
(Defined by TagExtensions.)
Public Extension MethodRemoveTags(String)Overloaded.
Removes the tags specified in the tags from the current list of tags in cachedObject.
(Defined by TagExtensions.)
Public Extension MethodRemoveTags(IEnumerableString)Overloaded.
Removes the tags specified in the tags from the current list of tags in cachedObject.
(Defined by TagExtensions.)
Top
See Also

Reference