Constable Authorization Engine 2.0 BETA

RuleCollectionBase Class

[This is preliminary documentation and subject to change.]

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

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

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

[Visual Basic]
<Serializable>
MustInherit Public Class RuleCollectionBase
    Inherits ObjectCollectionBase
[C#]
[Serializable]
public abstract class RuleCollectionBase : 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

RuleCollectionBase Members | LaMarvin.Constable.Model Namespace