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