TestimoX

API Reference

Struct

AclPermission

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

Represents a permission entry with associated rights and optional target object type.

Inheritance

  • ValueType
  • AclPermission

Constructors

public AclPermission(AclRights Rights, String ObjectTypeName) #

Represents a permission entry with associated rights and optional target object type.

Parameters

Rights ADPlayground.Acl.AclRights requiredposition: 0
Granted rights.
ObjectTypeName System.String requiredposition: 1
Optional object type name.

Methods

public Void Deconstruct(out AclRights Rights, out String ObjectTypeName) #
Returns: Void

Parameters

Rights AclRights requiredposition: 0
ObjectTypeName String requiredposition: 1
public virtual Boolean Equals(AclPermission other) #
Returns: Boolean

Parameters

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

Properties

public AclRights Rights { get; set; } #

Granted rights.

public String ObjectTypeName { get; set; } #

Optional object type name.