Constable Authorization Engine 2.0 BETA

Role Constructor (String)

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal id As String _
)
[C#]
public Role(
   string id
);

Parameters

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

See Also

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