Click or drag to resize

IUser Properties

The IUser type exposes the following members.

Properties
  NameDescription
Public propertyActivationEmailSentAt
Indicates when the latest activation email was sent.
Public propertyAvatar
Gets the avatar associated with the user.
Public propertyCreatedAt
Get the date of the creation
(Inherited from IOwnerEntityBase.)
Public propertyCreatedBy
Get the id of the user who have create the entity
(Inherited from IOwnerEntityBase.)
Public propertyDeletedAt
Get the date of deletion
(Inherited from IOwnerEntityBase.)
Public propertyDeletedBy
Get the id of the user who have delete the entity
(Inherited from IOwnerEntityBase.)
Public propertyDescription
Get or set a description for the user
(Inherited from IUserBase.)
Public propertyEmail
Get or set the email of the user
(Inherited from IUserBase.)
Public propertyFirstName
Get or set the first name of the user
(Inherited from IUserBase.)
Public propertyGroupId
Indicates the identifier of the membership group.
Public propertyGuid
Get the GUID of the user for secure external reference
Public propertyId
Get the id of the current entity
(Inherited from IOwnerEntityBase.)
Public propertyIsDeleted
Indicates if the current entity is flag as deleted
(Inherited from IOwnerEntityBase.)
Public propertyIsSuperAdmin
Indicates if the user is a super administrator (full control on everything)
Public propertyLanguageId
Get or set the ID of the user language
(Inherited from IUserBase.)
Public propertyLastConnectionAt
Returns the date of the latest user connection
Public propertyLastName
Get or set the last name of the user
(Inherited from IUserBase.)
Public propertyLastSessionGuid
Returns the GUID of the latest user session.
Public propertyLastSessionUsageAt
Returns the date of the latest usage of the user session.
Public propertyLogin
Get or set the login of user
(Inherited from IUserBase.)
Public propertyCode exampleManagedGroups
Indicates which groups are managed by the user.
Public propertyCode exampleModules
Indicates the modules access of the user.
Public propertyPasswordChangedAt
Indicates the date of the latest password change.
Public propertyCode examplePermissions
Indicates the permissions of the user.
Public propertyCode exampleReachableGroups
Indicates which groups are reachable by the user.
Public propertySettings
Gets the settings associated with the user.
Public propertyState
Get the state of the user
Public propertyUpdatedAt
Get the date of the latest update
(Inherited from IOwnerEntityBase.)
Public propertyUpdatedBy
Get the id of the last user who have update the entity
(Inherited from IOwnerEntityBase.)
Public propertyUserProfileId
Get the identifier of the user profile to inherits.
Top
See Also