TestimoX

API Reference

Class

SidHistoryMigrationPlan

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

SIDHistory migration plan with due-diligence decisions.

Inheritance

  • Object
  • SidHistoryMigrationPlan

Usage

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

Accepted by parameters

Constructors

Methods

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

Parameters

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

Properties

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

Plan items.

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

Aggregate issues not tied to a single item.

public Boolean CanApply { get; } #

Gets a value indicating whether every item can be applied.

public Int32 BlockerCount { get; } #

Total blocker count across the plan.