IGroupRightCollection
Supplies a collection relating to all permissions for data objects defined in the group.
Implements: System.Collections.IEnumerable
Indexers
Indexer | Description |
---|---|
this[IDataObject]:Right | Calls the permissions for the indicated data object in the group. |
this[IDataObject, Boolean]:Right | Calls the permissions for the indicated data object in the group. |
Properties
Property | Description |
---|---|
Count:Int32 | Returns the number of permissions for data objects. |
Methods
Method | Description |
---|---|
Add(Right):Right | Adds a permission for a data object to the group. |
GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |
Remove(Right):Void | Removes a permission for a data object from the group. |