PermissionValue Class

Relativity Services API
Represents a Permission with a value.
Inheritance Hierarchy

System.Object
  Relativity.Services.Permission.PermissionRef
    Relativity.Services.Permission.PermissionValue

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

public class PermissionValue : PermissionRef

The PermissionValue type exposes the following members.

Constructors

  NameDescription
Public methodPermissionValue
Permission Value constructor.
Top
Properties

  NameDescription
Public propertyArtifactType
Artifact Type Identifier for the Artifact that the permission belongs to.
(Inherited from PermissionRef.)
Public propertyName
Name of the Permission.
(Inherited from PermissionRef.)
Public propertyPermissionID
The PermissionID.
(Inherited from PermissionRef.)
Public propertyPermissionType
Type of permission.
(Inherited from PermissionRef.)
Public propertySelected
True if the permission is selected.
Top
Methods

  NameDescription
Public methodEquals(Object) (Inherited from PermissionRef.)
Public methodEquals(PermissionRef) (Inherited from PermissionRef.)
Public methodGetHashCode (Inherited from PermissionRef.)
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