IUser Methods |
The IUser type exposes the following members.
Name | Description | |
---|---|---|
![]() | GroupIds | |
![]() | Groups |
Retrieves in a paginated fashion the Groups this user belongs to.
|
![]() | GroupsCount |
Gets the count of Groups this user belongs to.
|
![]() | IsMemberOf |
Checked whether this user is a member of the specified Group.
|
![]() | Notifications |
Gets the collection Notifications issued to this User.
|
![]() | Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.) |
![]() | UserRightGranted |
Checks whether the specified User Right is granted to this User.
|
![]() | ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) |
![]() | ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity.) |