Click or drag to resize

IUser Interface

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

The IUser type exposes the following members.

Properties
  NameDescription
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