IChangeSetRightCollection
Returns a collection of all permissions of a ChangeSet.
The permissions of all groups for a ChangeSet are contained in this collection.
Implements: System.Collections.IEnumerable
Indexers
| Indexer | Description |
|---|---|
| this[IGroup, Boolean]:ChangeSetRight | Returns the permissions for the indicated group or creates a new instance. |
| this[IGroup]:ChangeSetRight | Returns the permissions for the indicated group. |
Properties
| Property | Description |
|---|---|
| Count:Int32 | Returns the number of permissions for the ChangeSet. |
Methods
| Method | Description |
|---|---|
| Add(ChangeSetRight):Void | Adds permissions of a group to the ChangeSet. |
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |
| Remove(ChangeSetRight):Void | Removes an permission for the ChangeSet. |
