The IUser type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
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.) |
See Also