Show / Hide Table of Contents

Class PermissionDetail

Represents the information about a specific permission.

Inheritance
System.Object
PermissionDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class PermissionDetail

Properties

| Improve this Doc View Source

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PermissionID

Gets or sets the permission ID.

Declaration
public int PermissionID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Selected

Gets or sets a value indicating whether this permission is selected.

Declaration
public bool Selected { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX