Constable Authorization Engine 2.0 BETA

Action Class

[This is preliminary documentation and subject to change.]

Defines an action that can be executed by the AuthorizationPolicy.

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

System.Object
   LaMarvin.Constable.Model.ObjectBase
      LaMarvin.Constable.Model.NamedObjectBase
         LaMarvin.Constable.Model.Action
            LaMarvin.Constable.Design.Fallback.FallbackAction

[Visual Basic]
<Serializable>
Public Class Action
    Inherits NamedObjectBase
[C#]
[Serializable]
public class Action : NamedObjectBase

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

Action Members | LaMarvin.Constable.Model Namespace