Constable Authorization Engine 2.0 BETA

NamedObjectCollectionBase Class

[This is preliminary documentation and subject to change.]

Provides a base class for all concrete collection classes for descendants of the NamedObjectBase class.

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

System.Object
   System.Collections.CollectionBase
      LaMarvin.ComponentModel.ChangeableCollectionBase
         LaMarvin.Constable.Model.ObjectCollectionBase
            LaMarvin.Constable.Model.NamedObjectCollectionBase
               LaMarvin.Constable.Model.ActionCollection
               LaMarvin.Constable.Model.PropertyCollection
               LaMarvin.Constable.Model.RoleCollection
               LaMarvin.Constable.Model.StateCollection

[Visual Basic]
<Serializable>
MustInherit Public Class NamedObjectCollectionBase
    Inherits ObjectCollectionBase
[C#]
[Serializable]
public abstract class NamedObjectCollectionBase : ObjectCollectionBase

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

NamedObjectCollectionBase Members | LaMarvin.Constable.Model Namespace