IOperationServiceGetStrictAccordanceToScheduleUserRole Method |
Method returns the role of the user.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIRole GetStrictAccordanceToScheduleUserRole(
IUser user
)
Parameters
- user IUser
-
User to get his role.
Return Value
IRole
User role.
Remarks
Method can get the role for the user with opened personal shift only and if the "Strict accordance to schedule" is true.
See Also