Constable Authorization Engine 2.0 BETA

ObjectCollectionBase Class

[This is preliminary documentation and subject to change.]

Represents a collection NamedObjectBase-derived objects.

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

System.Object
   System.Collections.CollectionBase
      LaMarvin.ComponentModel.ChangeableCollectionBase
         LaMarvin.Constable.Model.ObjectCollectionBase
            LaMarvin.Constable.Model.NamedObjectCollectionBase
            LaMarvin.Constable.Model.RuleCollectionBase

[Visual Basic]
<Serializable>
MustInherit Public Class ObjectCollectionBase
    Inherits ChangeableCollectionBase
    Implements IChangeEventPropagator
[C#]
[Serializable]
public abstract class ObjectCollectionBase : ChangeableCollectionBase, IChangeEventPropagator

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.

Requirements

Namespace: LaMarvin.Constable.Model

Assembly: LaMarvin.Constable (in LaMarvin.Constable.dll)

See Also

ObjectCollectionBase Members | LaMarvin.Constable.Model Namespace