Class: ObjectTag

An instance of an ObjectTag.

Constructors

Name Description
ObjectTag(String) Creates a new tag with the given name

Methods

Name Description
AddObject(IDataModelObject) Adds the given DataModelObject to the members of the tag. Throws an exception if the object is already a member of the tag.
ClearObjects() Clears all objects from this tag.
RemoveObject(IDataModelObject) Removes the given DataModelObject from the members of the tag. Throws an exception if the object is not a member of the tag.

Properties

Name Description
Name The name of the ObjectTag.
Objects Returns an IEnumerable collection of DataModelObjects, containing all of the objects that are a a part of this tag.