Show / Hide Table of Contents

Class GenericPermissionsChangeset

Represents the changeset of generic permissions.

Inheritance
System.Object
GenericPermissionsChangeset
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 GenericPermissionsChangeset

Properties

| Improve this Doc View Source

Item[String]

Gets the GenericPermissionChangeset for permission with the specified name.

Declaration
public GenericPermissionChangeset this[string name] { get; }
Parameters
Type Name Description
System.String name

The permission name.

Property Value
Type Description
GenericPermissionChangeset

The GenericPermissionChangeset.

Methods

| Improve this Doc View Source

DisableAll()

Disables all permissions together with their child permissions.

Declaration
public GroupPermissionsChangeset DisableAll()
Returns
Type Description
GroupPermissionsChangeset

The same instance of GroupPermissionsChangeset.

| Improve this Doc View Source

EnableAll()

Enables all permissions together with their child permissions.

Declaration
public GroupPermissionsChangeset EnableAll()
Returns
Type Description
GroupPermissionsChangeset

The same instance of GroupPermissionsChangeset.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX