Show / Hide Table of Contents

Class ObjectPermissionsChangeset

Represents the changeset of object permissions.

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

Properties

| Improve this Doc View Source

Item[String]

Gets the ObjectPermissionChangeset for permission with the specified name.

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

The permission name.

Property Value
Type Description
ObjectPermissionChangeset

The ObjectPermissionChangeset.

Methods

| Improve this Doc View Source

DisableAll()

Disables all permissions.

Declaration
public GroupPermissionsChangeset DisableAll()
Returns
Type Description
GroupPermissionsChangeset

An instance of GroupPermissionsChangeset.

| Improve this Doc View Source

EnableAll()

Enables all permissions.

Declaration
public GroupPermissionsChangeset EnableAll()
Returns
Type Description
GroupPermissionsChangeset

An instance of GroupPermissionsChangeset.

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