Constable Authorization Engine 2.0 BETA

Role Constructor (String, String)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the Role class with the given property values.

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

Parameters

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

See Also

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