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.
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:
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 |