Click or drag to resize

IUser Methods


The IUser type exposes the following members.

Methods
  Name Description
Public method GroupIds  
Public method Groups Retrieves in a paginated fashion the Groups this user belongs to.
Public method GroupsCount Gets the count of Groups this user belongs to.
Public method IsMemberOf Checked whether this user is a member of the specified Group.
Public method Notifications Gets the collection Notifications issued to this User.
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method UserRightGranted Checks whether the specified User Right is granted to this User.
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method 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)
Top
See Also