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:

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