TestimoX

API Reference

Class

LocalGpoComparison

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents differences between two snapshots.

Inheritance

  • Object
  • LocalGpoComparison

Constructors

public LocalGpoComparison(IReadOnlyList<PolEntry> added, IReadOnlyList<PolEntry> removed, IReadOnlyList<ValueTuple<PolEntry, PolEntry>> changed) #

Initializes a new instance of the LocalGpoComparison class.

Parameters

added System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry} requiredposition: 0
Entries added in the second snapshot.
removed System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry} requiredposition: 1
Entries removed from the first snapshot.
changed System.Collections.Generic.IReadOnlyList{System.ValueTuple{ADPlayground.Gpo.GpoLocal.PolEntry,ADPlayground.Gpo.GpoLocal.PolEntry}} requiredposition: 2
Entries that changed between snapshots.

Properties

public IReadOnlyList<PolEntry> Added { get; } #

Gets added entries.

public IReadOnlyList<PolEntry> Removed { get; } #

Gets removed entries.

public IReadOnlyList<ValueTuple<PolEntry, PolEntry>> Changed { get; } #

Gets changed entries.