TransientObjectCol Class

Meta Data Services Programming

Meta Data Services Programming

TransientObjectCol Class

This class defines an object collection that you can create and dynamically populate at run time using script and object methods rather than persisted data in a repository database. It simulates a standard, persisted object collection.

When to Use

Use this class to create an object collection that is instantiated by application code and populated dynamically at run time. With this object, you can:

  • Create an object collection that is not stored in a repository database.

  • Get a count of the number of objects in the collection.

  • Add and remove objects to and from the collection.
Interfaces
Interface Description
ITransientObjectCol Defines a set of repository objects that can be instantiated by an application and populated at run time
IObjectCol Manages objects in a collection

See Also

Repository Engine Classes

TransientObjectCol Object