| Constable Authorization Engine 2.0 BETA |
|
Role Constructor (String, 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, _
ByVal
description As
String _
)
Parameters
-
id
- The Id of the role. Role IDs must be unique for all Role objects contained within a given RoleCollection instance.
-
name
- The name of the Role.
-
description
- The description of the Role.
See Also
Role Class | LaMarvin.Constable.Model Namespace | Role Constructor Overload List