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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IRole : ISerializable, IEntity

The IRole type exposes the following members.

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