TestimoX

API Reference

Class

SummaryCounts

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

Summary counts.

Inheritance

  • Object
  • SummaryCounts

Constructors

public SummaryCounts(Int64 Resolved, Int64 NotFound, Int64 Unsupported, Int64 Errors) #

Summary counts.

Parameters

Resolved System.Int64 requiredposition: 0
NotFound System.Int64 requiredposition: 1
Unsupported System.Int64 requiredposition: 2
Errors System.Int64 requiredposition: 3

Methods

public SummaryCounts <Clone>$() #
Returns: SummaryCounts
public Void Deconstruct(out Int64 Resolved, out Int64 NotFound, out Int64 Unsupported, out Int64 Errors) #
Returns: Void

Parameters

Resolved Int64 requiredposition: 0
NotFound Int64 requiredposition: 1
Unsupported Int64 requiredposition: 2
Errors Int64 requiredposition: 3
public virtual Boolean Equals(SummaryCounts other) #
Returns: Boolean

Parameters

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

Properties

public Int64 Resolved { get; set; } #
public Int64 NotFound { get; set; } #
public Int64 Unsupported { get; set; } #
public Int64 Errors { get; set; } #