Name | Description | |
---|---|---|
![]() | Tags Constructor | Overloaded. |
The following tables list the members exposed by Tags.
Name | Description | |
---|---|---|
![]() | Tags Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | IsEmpty | Checks to see if the list of tags is empty |
![]() | LoadedFrom | Gets the JAMS Server that was used to load this set of tags |
![]() | TagIds | Gets the tag IDs |
Name | Description | |
---|---|---|
![]() | AddInheritedTag | Adds the specified tag as an inherited tag. This is used internally by JAMS and is not intended as a way for you to add inherited tags to an object. |
![]() | AddTag | Overloaded. Adds the specified tag. |
![]() | AllTagsMatch | Returns true if all of the tags in the matchTags match a tag in this tag list. |
![]() | AnyTagsMatch | Returns true if any of the tags in the matchTags match a tag in this tag list. |
![]() | Clear | Clears all tags from this list of tags. |
![]() | GetTags | Get the Tags applied to this object |
![]() | HasTag | Does this collection of tags include the specified tag? |
![]() | IsInherited | Checks to see if the specified tag is inherited |
![]() | RemoveTag | Overloaded. Removes the specified tag. |
![]() | SetTagsFromList | Overloaded. Sets the tags on this object from a comma separated list of tag IDs. |
![]() | TagExists | Checks to see if a tag exists. |
![]() | TagsMatch | Returns true if any of the tags in the matchTags match a tag in this tag list or if this list is empty. |
![]() | ToString | Returns a string representation of the tag list |
Name | Description | |
---|---|---|
![]() | ListChanged | The ListChanged event fires when a tag is added or removed. |