API Reference
Class
SidHistoryMigrationPlan
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.
Returned or exposed by
Accepted by parameters
Constructors
public SidHistoryMigrationPlan() #Methods
Inherited Methods
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.