TestimoX

API Reference

Class

GpoIntegrityView

Namespace ADPlayground.Gpo.GpoIntegrityService
Assembly ADPlayground
Implements
IEquatable<GpoIntegrityView>
Modifiers sealed

Integrity view containing detected problems for a domain.

Inheritance

  • Object
  • GpoIntegrityView

Constructors

public GpoIntegrityView(Boolean CollectionSucceeded, String CollectionError, String DomainName, IReadOnlyList<GpoBrokenItem> Items) #

Integrity view containing detected problems for a domain.

Parameters

CollectionSucceeded System.Boolean requiredposition: 0
True when integrity collection completed successfully.
CollectionError System.String requiredposition: 1
Error details when collection fails; null when successful.
DomainName System.String requiredposition: 2
Domain DNS name.
Items System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoIntegrityService.GpoBrokenItem} requiredposition: 3
List of broken items.

Methods

public GpoIntegrityView <Clone>$() #
Returns: GpoIntegrityView
public Void Deconstruct(out Boolean CollectionSucceeded, out String CollectionError, out String DomainName, out IReadOnlyList<GpoBrokenItem> Items) #
Returns: Void

Parameters

CollectionSucceeded Boolean requiredposition: 0
CollectionError String requiredposition: 1
DomainName String requiredposition: 2
Items IReadOnlyList<GpoBrokenItem> requiredposition: 3
public virtual Boolean Equals(GpoIntegrityView other) #
Returns: Boolean

Parameters

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

Properties

public Boolean CollectionSucceeded { get; set; } #

True when integrity collection completed successfully.

public String CollectionError { get; set; } #

Error details when collection fails; null when successful.

public String DomainName { get; set; } #

Domain DNS name.

public IReadOnlyList<GpoBrokenItem> Items { get; set; } #

List of broken items.