IGroupIncludesCollection

Supplies a collection of all GroupIncludes of a group.

A group can be extended by permissions for data objects and ChangeSets through the group including other groups. The group receives the permissions of other groups in this way and can extend these. A permission structure can be built up in onion.net in this manner.

In this collection, all Includes of a group are called which were directly included by the group.

Implements: System.Collections.IEnumerable

Properties

PropertyDescription
Count:Int32

Returns the number of directly included groups.

Methods

MethodDescription
Add(IGroup):Void

Adds a group as an Include.

Contains(IGroup):Boolean

Checks whether the indicated group is included by the current group.

GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)

Remove(IGroup):Void

Removes a group as an Include.