Click or drag to resize

IUserGroup Methods


The IUserGroup type exposes the following members.

Methods
  NameDescription
Public methodAddUser
Adds a User to this group.
Public methodDenyUserRight
Denies a specific set of permissions to this group.
Public methodGrantUserRight
Grants a specific set of permissions to this group.
Public methodHasMember
Verifies whether the specified User is a member of this group.
Public methodRemoveUser
Removes a User from this group.
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodUserRightGranted
Checks whether a specific set of permissions is granted to this group.
Public methodUsers
Retrieves, in a paginated fashion, the collection of Users that belong to this group.
Public methodUsersCount
Gets the count of Users that belong to this group.
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
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