Click or drag to resize

IOperationServiceGetStrictAccordanceToScheduleUserRole Method

Method returns the role of the user.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IRole GetStrictAccordanceToScheduleUserRole(
	IUser user
)

Parameters

user
Type: Resto.Front.Api.Data.SecurityIUser
User to get his role.

Return Value

Type: 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