Click or drag to resize

IOperationServiceGetStrictAccordanceToScheduleUserRole Method

Method returns the role of the user.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IRole 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