IGroupCollection
Liefert eine Zusammenstellung aller Gruppen.
Implementiert: System.Collections.IEnumerable
Indexer
Indexer | Beschreibung |
---|---|
this[Int32]:IGroup | Ruft eine Gruppe anhand der Id ab. |
this[String]:IGroup | Ruft eine Gruppe anhand des Namens ab. |
Methoden
Methode | Beschreibung |
---|---|
Create(String):IGroup | Erstellt eine neue Gruppe. |
Delete(IGroup):Void | Lösche eine Gruppe. |
GetEnumerator():IEnumerator | Gibt einen Enumerator zurück, der eine Auflistung durchläuft. (Geerbt von System.Collections.IEnumerable) |
GetGroup(Int32):IGroup | Ruft eine Gruppe anhand der Id ab. |
GetGroup(String):IGroup | Ruft eine Gruppe anhand des Namens ab. |
TryGetGroup(Int32):IGroup | Ruft eine Gruppe anhand der Id ab. |
TryGetGroup(String):IGroup | Ruft eine Gruppe anhand des Namens ab. |