TestimoX

API Reference

Struct

AclChangeSet

Namespace ADPlayground.Acl
Assembly ADPlayground
Base ValueType
Implements
IEquatable<AclChangeSet>
Modifiers sealed

Represents ACL changes to apply.

Inheritance

  • ValueType
  • AclChangeSet

Constructors

public AclChangeSet(AclEntry[] ToAdd, AclEntry[] ToRemove) #

Represents ACL changes to apply.

Parameters

ToAdd ADPlayground.Acl.AclEntry[] requiredposition: 0
ToRemove ADPlayground.Acl.AclEntry[] requiredposition: 1

Methods

public Void Deconstruct(out AclEntry[] ToAdd, out AclEntry[] ToRemove) #
Returns: Void

Parameters

ToAdd AclEntry[] requiredposition: 0
ToRemove AclEntry[] requiredposition: 1
public virtual Boolean Equals(AclChangeSet other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public AclEntry[] ToAdd { get; set; } #
public AclEntry[] ToRemove { get; set; } #