ObjectPermission Class

Relativity Services API
Model for Object Permissions
Inheritance Hierarchy

System.Object
  Relativity.Services.Permission.ObjectPermission

Namespace:  Relativity.Services.Permission
Assembly:  Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class ObjectPermission

The ObjectPermission type exposes the following members.

Constructors

  NameDescription
Public methodObjectPermission
Base Constructor
Top
Properties

  NameDescription
Public propertyAddEditable
Can modify Add permissions.
Public propertyAddSelected
Does this group have Add permission.
Public propertyArtifactGroupingID
The ID that links the permission to the group
Public propertyArtifactTypeID
ArtifactTypeID
Public propertyCanRemovePermissions
Group can disable all permissions.
Public propertyCustomPermissions
Custom permission details.
Public propertyDeleteEditable
Can modify Delete permissions.
Public propertyDeleteSelected
Does this group have Delete permission.
Public propertyEditEditable
Can modify Edit permissions.
Public propertyEditSecurityEditable
Can modify EditSecurity permissions.
Public propertyEditSecuritySelected
Does this group have EditSecurity permission.
Public propertyEditSelected
Does this group have Edit permission.
Public propertyHasChildPermissions
Indicates if this has child permissions.
Public propertyHierarchyIndent
Indicates the current indent of this permission hierarchy.
Public propertyName
Permission Display Name.
Public propertyParentArtifactTypeID
Parent ArtifactTypeID
Public propertySubPermissions
Sub permission details.
Public propertyViewSelected
Are View Permissions Enabled?
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference