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 SourceGroupPermissionsChangeset()
Initializes a new instance of the GroupPermissionsChangeset class.
Declaration
public GroupPermissionsChangeset()
Properties
| Improve this Doc View SourceAdminPermissions
Gets the changeset of admin permissions.
Declaration
public GenericPermissionsChangeset AdminPermissions { get; }
Property Value
Type | Description |
---|---|
GenericPermissionsChangeset |
BrowserPermissions
Gets the changeset of browser permissions.
Declaration
public GenericPermissionsChangeset BrowserPermissions { get; }
Property Value
Type | Description |
---|---|
GenericPermissionsChangeset |
MassActionPermissions
Gets the changeset of mass action permissions.
Declaration
public GenericPermissionsChangeset MassActionPermissions { get; }
Property Value
Type | Description |
---|---|
GenericPermissionsChangeset |
ObjectPermissions
Gets the changeset of object permissions.
Declaration
public ObjectPermissionsChangeset ObjectPermissions { get; }
Property Value
Type | Description |
---|---|
ObjectPermissionsChangeset |
TabVisibility
Gets the changeset of tab visibility permissions.
Declaration
public GenericPermissionsChangeset TabVisibility { get; }
Property Value
Type | Description |
---|---|
GenericPermissionsChangeset |
Methods
| Improve this Doc View SourceClone()
Clones this instance.
Declaration
public GroupPermissionsChangeset Clone()
Returns
Type | Description |
---|---|
GroupPermissionsChangeset | A copy of this instance. |
DisableAll()
Disables all permissions.
Declaration
public GroupPermissionsChangeset DisableAll()
Returns
Type | Description |
---|---|
GroupPermissionsChangeset | The same instance of GroupPermissionsChangeset. |
EnableAll()
Enables all permissions.
Declaration
public GroupPermissionsChangeset EnableAll()
Returns
Type | Description |
---|---|
GroupPermissionsChangeset | The same instance of GroupPermissionsChangeset. |
Explicit Interface Implementations
| Improve this Doc View SourceICloneable.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