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 SourceItem[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 |
Methods
| Improve this Doc View SourceDisableAll()
Disables all permissions together with their child permissions.
Declaration
public GroupPermissionsChangeset DisableAll()
Returns
Type | Description |
---|---|
GroupPermissionsChangeset | The same instance of GroupPermissionsChangeset. |
EnableAll()
Enables all permissions together with their child permissions.
Declaration
public GroupPermissionsChangeset EnableAll()
Returns
Type | Description |
---|---|
GroupPermissionsChangeset | The same instance of GroupPermissionsChangeset. |