Constable Authorization Engine 2.0 BETA

NamedObjectBase Class

[This is preliminary documentation and subject to change.]

This is the common base class for all the classes that form the definition of an authorization model.

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

System.Object
   LaMarvin.Constable.Model.ObjectBase
      LaMarvin.Constable.Model.NamedObjectBase
         LaMarvin.Constable.AuthorizationPolicy
         LaMarvin.Constable.Model.Action
         LaMarvin.Constable.Model.Property
         LaMarvin.Constable.Model.Role
         LaMarvin.Constable.Model.State

[Visual Basic]
<Serializable>
MustInherit Public Class NamedObjectBase
    Inherits ObjectBase
    Implements IComparable
[C#]
[Serializable]
public abstract class NamedObjectBase : ObjectBase, IComparable

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

NamedObjectBase Members | LaMarvin.Constable.Model Namespace