What it does
The Role data type stores information about the user role.Fields
Name | Type | Description |
Id | int | The ID of the role in the database |
Type | int | The role type. See RoleType for possible values. |
Name | string | The name of user role |
ProjectId | int | The ID of the project |
Attributes | int | The set of role attributes. This is a bit array, which consists of the following bit flags:
A value of the Attributes parameter is a sum of desired roles (the sum of twos raised to the corresponding power). |
