IDataObjectRightCollection

Represents a collection of all permissions for a data object.

All permissions are contained in this collection that have been defined for this data object. This interface provides methods for calling and administrating the permissions.

Implements: System.Collections.IEnumerable

Indexers

IndexerDescription
this[IGroup]:Right

Calls the permission for the indicated group.

this[IGroup, Boolean]:Right

Calls the permission for the indicated group.

Properties

PropertyDescription
Count:Int32

Returns the number of permissions for the current data object.

Methods

MethodDescription
Add(&Right):Void

Adds a new right to the data object.

GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)

Remove(Right):Void

Removes an existing permission for a group.