TestimoX

API Reference

Class

SidHistoryCleanupPlan

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Implements
IEquatable<SidHistoryCleanupPlan>
Modifiers sealed

Cleanup plan for removing SIDHistory values only after due diligence passes.

Inheritance

  • Object
  • SidHistoryCleanupPlan

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Methods

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

Parameters

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

Properties

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

Cleanup decisions.

public IReadOnlyList<SidHistoryDueDiligenceIssue> Issues { get; set; } #

Plan-level issues.

public IReadOnlyList<SidHistoryResourceAclDependency> ResourceAclDependencies { get; set; } #

Resource ACL dependencies that support the cleanup decision.

public Boolean CanRemove { get; } #

Gets a value indicating whether all requested values can be removed.