Click or drag to resize

IUserGroup Methods


The IUserGroup type exposes the following members.

Methods
  Name Description
Public method AddUser Adds a User to this group.
Public method DenyUserRight Denies a specific set of permissions to this group.
Public method GrantUserRight Grants a specific set of permissions to this group.
Public method HasMember Verifies whether the specified User is a member of this group.
Public method RemoveUser Removes a User from this group.
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method UserRightGranted Checks whether a specific set of permissions is granted to this group.
Public method Users Retrieves, in a paginated fashion, the collection of Users that belong to this group.
Public method UsersCount Gets the count of Users that belong to this group.
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