Click or drag to resize

IUser Interface

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

The IUser type exposes the following members.

Properties
  NameDescription
Public propertyCard
Cashier original personal card number
Public propertyCellPhone
Public propertyId (Inherited from IEntity.)
Public propertyIsSessionOpen
Public propertyName
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also