IGroupCollection

Supplies a collection of all groups.

Implements: System.Collections.IEnumerable

Indexers

IndexerDescription
this[Int32]:IGroup

Calls a group based on the Id.

this[String]:IGroup

Calls a group based on the name.

Methods

MethodDescription
Create(String):IGroup

Creates a new group.

Delete(IGroup):Void

Lösche eine Gruppe.

GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)

GetGroup(Int32):IGroup

Calls a group based on the Id.

GetGroup(String):IGroup

Calls a group based on the name.

TryGetGroup(Int32):IGroup

Calls a group based on the Id.

TryGetGroup(String):IGroup

Calls a group based on the name.