Click or drag to resize

IUser Interface

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

The IUser type exposes the following members.

Properties
  NameDescription
Public propertyAccountingReasonCode
User accounting reason code.
Public propertyAssignedToCurrentDepartment
Whether this user is associated with the current department. Matters in iikoChain configuration.
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 propertyPublicExternalData
User External Data, which was set in iikoRMS or iikoWeb.
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