IGroup
Represents the entity of a group in onion.net
The permission concept of onion.net is defined in groups. User wishing to obtain access to data objects or ChangeSets must be members in one or more groups. The groups are assigned permissions for data objects and their child data objects by a user who has the role of user manager.
Properties
Property | Description |
---|---|
History:IGroupStructuralModificationCollection | Gets the history of a group. |
Id:Int32 | Gets the Id of the group. |
Includes:IGroupIncludesCollection | Supplies a collection of groups that supplement the current group with permissions. |
Members:IGroupMembersCollection | Supplies a collection of all users that are members of the current group. |
Rights:IGroupRightCollection | Supplies a wrapper which can supply all permissions of the group for data objects and ChangeSets. |