Right
Represents the entity for a permission of a data object.
Permissions for a data object are defined in a group. In this class, the permissions of a data object are defined in a group. All members of this group are given the permissions defined here for the data object.
Constructors
Constructor | Description |
---|---|
Right(IDataObject) | Initialises a new instance of the Right class. |
Right(IChangeSet, RightValue) | Initialises a new instance of the Right class. |
Right(IGroup) | Initialises a new instance of the Right class. |
Right(IGroup, RightValue) | Initialises a new instance of the Right class. |
Properties
Property | Description |
---|---|
CreateChildren:RightValue | Sets or gets the permission for the creating of new data objects underneath the current data object. |
DataObject:IDataObject | Calls the data object for which the permissions are defined. |
Delete:RightValue | Sets or get the permission for the deleting of the data object. |
DeleteChildren:RightValue | Sets or gets the permission for the deleting of data objects underneath the current data object. |
Group:IGroup | Calls the group to be given the permissions for the data object. |
ListChildren:RightValue | Sets or gets the permission for the listing of data objects underneath the current data object. |
Modify:RightValue | Sets or gets the permission for the editing of the data object. |
ModifyChildren:RightValue | Sets or gets the permission for the editing of data objects underneath the current data object. |
Read:RightValue | Sets or gets the permission for the reading of the data object. |
ReadChildren:RightValue | Sets or gets the permission for the reading of data objects underneath the current data object. |
Methods
Method | Description |
---|---|
Equals(Object):Boolean | Determines whether the indicated object is identical to the current object. (Inherited by System.Object) |
GetHashCode():Int32 | Functions as the standard hash function. (Inherited by System.Object) |
GetType():Type | Calls the runtime type of the current instance. (Inherited by System.Object) |
ToString():String | Returns a brief overview of the set values of the properties. |