Show / Hide Table of Contents

Class GroupPermissionsChangeset

Represents the changeset of group permissions.

Inheritance
System.Object
GroupPermissionsChangeset
Implements
System.ICloneable
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 GroupPermissionsChangeset : ICloneable

Constructors

| Improve this Doc View Source

GroupPermissionsChangeset()

Initializes a new instance of the GroupPermissionsChangeset class.

Declaration
public GroupPermissionsChangeset()

Properties

| Improve this Doc View Source

AdminPermissions

Gets the changeset of admin permissions.

Declaration
public GenericPermissionsChangeset AdminPermissions { get; }
Property Value
Type Description
GenericPermissionsChangeset
| Improve this Doc View Source

BrowserPermissions

Gets the changeset of browser permissions.

Declaration
public GenericPermissionsChangeset BrowserPermissions { get; }
Property Value
Type Description
GenericPermissionsChangeset
| Improve this Doc View Source

MassActionPermissions

Gets the changeset of mass action permissions.

Declaration
public GenericPermissionsChangeset MassActionPermissions { get; }
Property Value
Type Description
GenericPermissionsChangeset
| Improve this Doc View Source

ObjectPermissions

Gets the changeset of object permissions.

Declaration
public ObjectPermissionsChangeset ObjectPermissions { get; }
Property Value
Type Description
ObjectPermissionsChangeset
| Improve this Doc View Source

TabVisibility

Gets the changeset of tab visibility permissions.

Declaration
public GenericPermissionsChangeset TabVisibility { get; }
Property Value
Type Description
GenericPermissionsChangeset

Methods

| Improve this Doc View Source

Clone()

Clones this instance.

Declaration
public GroupPermissionsChangeset Clone()
Returns
Type Description
GroupPermissionsChangeset

A copy of this instance.

| Improve this Doc View Source

DisableAll()

Disables all permissions.

Declaration
public GroupPermissionsChangeset DisableAll()
Returns
Type Description
GroupPermissionsChangeset

The same instance of GroupPermissionsChangeset.

| Improve this Doc View Source

EnableAll()

Enables all permissions.

Declaration
public GroupPermissionsChangeset EnableAll()
Returns
Type Description
GroupPermissionsChangeset

The same instance of GroupPermissionsChangeset.

Explicit Interface Implementations

| Improve this Doc View Source

ICloneable.Clone()

Creates a new object that is a copy of the current instance.

Declaration
object ICloneable.Clone()
Returns
Type Description
System.Object

A new object that is a copy of this instance.

Implements

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