A relationship between a user and a functional role.
Name | Type | Nullable? | Summary |
---|---|---|---|
ID | Int32 | The ID of the user-functional role relationship. | |
FunctionalRoleID | Int32 | The ID of the associated functional role. | |
UID | Guid | The UID of the associated user. | |
FunctionalRoleName | String | The name of the associated functional role. | |
StandardRate | Double | The standard bill rate of the associated functional role. | |
CostRate | Double | The cost rate of the associated functional role. | |
CreatedDate | DateTime | The date the user was associated with the functional role. | |
Comments | String | This field is nullable. | The comments of the associated functional role. |
IsPrimary | Boolean | Whether the functional role is marked as the user's primary functional role. |