Click or drag to resize

IRole Interface

User role such as cashier, waiter, headwaiter, cook, etc. Users can work as one of the roles.

Namespace:  Resto.Front.Api.Data.Security
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IRole : ISerializable, IEntity

The IRole type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyName
Name of the role.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also