Description

McDBRights Class

Object Model

Members

Methods
Apply

The rights contained in an McDBRights object are NOT dynamic, in the sense that changing the permissions described in an McDBRights object instance (through its collection of McDBRight subobjects) has no impact on security until the McDBRights object containing them is expressly committed. This method will apply (i.e. commit) the rights described in the McDBRight object(s) in this McDBRights Item collection (the security ACLs) to the owning McDBDatabase object.

Reload

This method will reload this McDBRights object's defining access entries (ACLs) from its backing McDBDatabase, thereby “undoing” modifications made since it was loaded.


Properties
CountRead-only property

The number of defined access right definitions in this McDBRights collection.

DatabaseRead-only property

The McDBDatabase object this McDBRights object applies to.

IsDirtyRead-only property

Whether this McDBRights object was modified since it was loaded from its McDBDatabase.

ItemRead-only property

This property returns a particular security access right instance (McDBRight) from the collection.

NodeRead-only property

The McDBNode object this McDBRights object describes access permission to.

OwnerUserRead-only property

The McDBUser object whose New Object [creation] Rights are described by this McDBRights object.