Represents a Permission with a value.
Inheritance Hierarchy
Relativity.Services.Permission.PermissionRef
Relativity.Services.Permission.PermissionValue
Namespace: Relativity.Services.Permission
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The PermissionValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PermissionValue |
Permission Value constructor.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactType |
Artifact Type Identifier for the Artifact that the permission belongs to.
(Inherited from PermissionRef.) |
![]() | Name |
Name of the Permission.
(Inherited from PermissionRef.) |
![]() | PermissionID |
The PermissionID.
(Inherited from PermissionRef.) |
![]() | PermissionType |
Type of permission.
(Inherited from PermissionRef.) |
![]() | Selected |
True if the permission is selected.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from PermissionRef.) |
![]() | Equals(PermissionRef) | (Inherited from PermissionRef.) |
![]() | GetHashCode | (Inherited from PermissionRef.) |
![]() | 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