PermissionRef Class

Relativity Services API
Represents a Permission.
Inheritance Hierarchy

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

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

public class PermissionRef : IEquatable<PermissionRef>

The PermissionRef type exposes the following members.

Constructors

  NameDescription
Public methodPermissionRef
PermissionRef constructor.
Top
Properties

  NameDescription
Public propertyArtifactType
Artifact Type Identifier for the Artifact that the permission belongs to.
Public propertyName
Name of the Permission.
Public propertyPermissionID
The PermissionID.
Public propertyPermissionType
Type of permission.
Top
Methods

  NameDescription
Public methodEquals(Object) (Overrides Object.Equals(Object).)
Public methodEquals(PermissionRef)
Public methodGetHashCode (Overrides Object.GetHashCode().)
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