Constable Authorization Engine 2.0 BETA

RuleBase Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the derived class with the given state and role.

[Visual Basic]
Protected Sub New( _
   ByVal protectedObject As NamedObjectBase, _
   ByVal role As Role, _
   ByVal state As State, _
   ByVal isVisible As Boolean, _
   ByVal isEnabled As Boolean _
)
[C#]
protected RuleBase(
   NamedObjectBase protectedObject,
   Role role,
   State state,
   bool isVisible,
   bool isEnabled
);

Parameters

protectedObject
role
The associated role.
state
The associated state.
isVisible
The initial value of the IsVisible property.
isEnabled

See Also

RuleBase Class | LaMarvin.Constable.Model Namespace