TestimoX

API Reference

Class

ResolveResult

Namespace ADPlayground.Helpers.LdapToolResolveHelper
Assembly ADPlayground
Implements
IEquatable<ResolveResult>
Modifiers sealed

Resolve output.

Inheritance

  • Object
  • ResolveResult

Constructors

public ResolveResult(SummaryCounts Summary, IReadOnlyList<String> TruncatedAttributes, IReadOnlyList<String> Notes, IReadOnlyList<ResolveRow> Rows) #

Resolve output.

Parameters

Summary ADPlayground.Helpers.LdapToolResolveHelper.SummaryCounts requiredposition: 0
TruncatedAttributes System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 1
Notes System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 2
Rows System.Collections.Generic.IReadOnlyList{ADPlayground.Helpers.LdapToolResolveHelper.ResolveRow} requiredposition: 3

Methods

public ResolveResult <Clone>$() #
Returns: ResolveResult
public Void Deconstruct(out SummaryCounts Summary, out IReadOnlyList<String> TruncatedAttributes, out IReadOnlyList<String> Notes, out IReadOnlyList<ResolveRow> Rows) #
Returns: Void

Parameters

Summary SummaryCounts requiredposition: 0
TruncatedAttributes IReadOnlyList<String> requiredposition: 1
Notes IReadOnlyList<String> requiredposition: 2
Rows IReadOnlyList<ResolveRow> requiredposition: 3
public virtual Boolean Equals(ResolveResult other) #
Returns: Boolean

Parameters

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

Properties

public SummaryCounts Summary { get; set; } #
public IReadOnlyList<String> TruncatedAttributes { get; set; } #
public IReadOnlyList<String> Notes { get; set; } #
public IReadOnlyList<ResolveRow> Rows { get; set; } #