ITransientObjectCol Interface

Meta Data Services Programming

Meta Data Services Programming

ITransientObjectCol Interface

This interface provides transient object collections that you can create and dynamically populate at run time using script and object methods rather than persisted data in a repository database.

ITransientObjectCol inherits from IObjectCol. Except for the fact that a transient object collection is not saved to a repository database, it is identical in functionality to the ObjectCol object.

You can have multiple transient object collections at one time. The object collection can contain only repository objects. Although enumeration is supported, sequencing is not. Objects and object collections represented by TransientObjectCol are not versioned.

When to Use

Use this interface to create an object collection that is instantiated by application code and populated dynamically at run time. With this interface, you can add and remove objects to and from the collection

Methods
Method Description
Add Adds an object to the collection.
Remove Removes an object from the collection.

See Also

ObjectCol Class

TransientObjectCol Class