TestimoX

API Reference

Class

Result (PolDiff)

Namespace ADPlayground.Gpo.GpoLocal.PolDiff
Assembly ADPlayground
Implements
IEquatable<Result>
Modifiers sealed

Aggregated difference result.

Inheritance

  • Object
  • Result

Constructors

Result 2 overloads
public Result() #

Initializes a new result.

public Result(IReadOnlyList<PolEntry> added, IReadOnlyList<PolEntry> removed, IReadOnlyList<Change> changed) #

Initializes a new result with explicit sets.

Parameters

added System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry} requiredposition: 0
removed System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry} requiredposition: 1
changed System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolDiff.Change} requiredposition: 2

Methods

public Result <Clone>$() #
Returns: Result
public virtual Boolean Equals(Result other) #
Returns: Boolean

Parameters

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

Properties

public IReadOnlyList<PolEntry> Added { get; set; } #

Entries present only in the new snapshot.

public IReadOnlyList<PolEntry> Removed { get; set; } #

Entries present only in the old snapshot.

public IReadOnlyList<Change> Changed { get; set; } #

Entries present in both snapshots but with different data.