Model for Object Permissions
Inheritance Hierarchy
Relativity.Services.Permission.ObjectPermission
Namespace: Relativity.Services.Permission
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ObjectPermission type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ObjectPermission |
Base Constructor
|
Properties
Name | Description | |
---|---|---|
![]() | AddEditable |
Can modify Add permissions.
|
![]() | AddSelected |
Does this group have Add permission.
|
![]() | ArtifactGroupingID |
The ID that links the permission to the group
|
![]() | ArtifactTypeID |
ArtifactTypeID
|
![]() | CanRemovePermissions |
Group can disable all permissions.
|
![]() | CustomPermissions |
Custom permission details.
|
![]() | DeleteEditable |
Can modify Delete permissions.
|
![]() | DeleteSelected |
Does this group have Delete permission.
|
![]() | EditEditable |
Can modify Edit permissions.
|
![]() | EditSecurityEditable |
Can modify EditSecurity permissions.
|
![]() | EditSecuritySelected |
Does this group have EditSecurity permission.
|
![]() | EditSelected |
Does this group have Edit permission.
|
![]() | HasChildPermissions |
Indicates if this has child permissions.
|
![]() | HierarchyIndent |
Indicates the current indent of this permission hierarchy.
|
![]() | Name |
Permission Display Name.
|
![]() | ParentArtifactTypeID |
Parent ArtifactTypeID
|
![]() | SubPermissions |
Sub permission details.
|
![]() | ViewSelected |
Are View Permissions Enabled?
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also