AtomsFramework Persistence Layer Reference Guide

PersistentObjectCollection Class

[This is preliminary documentation and subject to change.]

A strongly typed collection class for CPersistentObjects.

For a list of all members of this type, see PersistentObjectCollection Members.

System.Object
   System.Collections.CollectionBase
      AtomsFramework.PersistentObjectCollection

[Visual Basic]
Public Class PersistentObjectCollection
    Inherits CollectionBase
    Implements IComponent, IDisposable, IBindingList
[C#]
public class PersistentObjectCollection : CollectionBase, IComponent, IDisposable, IBindingList

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This collection will ensure that the dirty flag of the container object is set when items are added to or removed from the collection.

The collection is designed to be used by CPersistentObjects to manage their collections of associated objects (eg order header/order details)

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

PersistentObjectCollection Members | AtomsFramework Namespace