TestimoX

API Reference

Class

PrivilegedGroupInfo

Namespace ADPlayground.Groups.AdminGroupService
Assembly ADPlayground
Implements
IEquatable<PrivilegedGroupInfo>

Represents a privileged group and its members.

Inheritance

  • Object
  • PrivilegedGroupInfo

Constructors

public PrivilegedGroupInfo(String DomainName, IdentityInfo Group, List<IdentityInfo> Members, Boolean HasErrors = false) #

Represents a privileged group and its members.

Parameters

DomainName System.String requiredposition: 0
Domain name of the group.
Group ADPlayground.Identity.IdentityInfo requiredposition: 1
Resolved group identity.
Members System.Collections.Generic.List{ADPlayground.Identity.IdentityInfo} requiredposition: 2
Resolved member identities.
HasErrors System.Boolean = false optionalposition: 3
Indicates whether errors occurred during retrieval.

Methods

public virtual PrivilegedGroupInfo <Clone>$() #
Returns: PrivilegedGroupInfo
public Void Deconstruct(out String DomainName, out IdentityInfo Group, out List<IdentityInfo> Members, out Boolean HasErrors) #
Returns: Void

Parameters

DomainName String requiredposition: 0
Group IdentityInfo requiredposition: 1
Members List<IdentityInfo> requiredposition: 2
HasErrors Boolean requiredposition: 3
public virtual Boolean Equals(PrivilegedGroupInfo other) #
Returns: Boolean

Parameters

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

Properties

public String DomainName { get; set; } #

Domain name of the group.

public IdentityInfo Group { get; set; } #

Resolved group identity.

public List<IdentityInfo> Members { get; set; } #

Resolved member identities.

public Boolean HasErrors { get; set; } #

Indicates whether errors occurred during retrieval.