Constable Authorization Engine 2.0 BETA

DynamicRole Constructor (String, Boolean)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DynamicRole class with the given Id.

[Visual Basic]
Overloads Public Sub New( _
   ByVal id As String, _
   ByVal isMemberResult As Boolean _
)
[C#]
public DynamicRole(
   string id,
   bool isMemberResult
);

Parameters

id
The Id of the object. Role IDs must be unique for all objects contained within a given RoleCollection instance.
isMemberResult
The initial value for the IsMemberResult property.

See Also

DynamicRole Class | LaMarvin.Constable.Model Namespace | DynamicRole Constructor Overload List