Click or drag to resize

UserType Enumeration

Describes contractor types of IUser.

Namespace:  Resto.Front.Api.Data.Security
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
[FlagsAttribute]
public enum UserType
Members
  Member nameValueDescription
None0User's contractor type is not defined.
Employee1User's contractor type is an employee.
Guest2User's contractor type is a special guest.
Supplier4User's contractor type is a supplier.
See Also