Click or drag to resize

IUser Interface

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

The IUser type exposes the following members.

Properties
  NameDescription
Public propertyCard
User original personal card number.
Public propertyCellPhone
Public propertyCode
User personal number.
Public propertyId (Inherited from IEntity.)
Public propertyInsuranceNumber
User insurance number.
Public propertyIsSessionOpen
Public propertyName
Public propertyTaxpayerId
User taxpayer identification number.
Public propertyType
Contractor types assigned to the user.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetUserRoles
Returns roles available for the user.
(Defined by OperationArgumentExtensions.)
Top
See Also