TestimoX

API Reference

Class

SidHistoryRecoveryPlan

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

Plan for restoring a previously removed SIDHistory value through a supported migration path.

Inheritance

  • Object
  • SidHistoryRecoveryPlan

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public SidHistoryRecoveryEvidence Evidence { get; set; } #

Recovery evidence.

public SidHistoryMigrationRequest MigrationRequest { get; set; } #

Migration request that can be passed to the governed writer when recovery is allowed.

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

Due-diligence issues found for recovery.

public Boolean CanRecover { get; } #

Gets a value indicating whether recovery can proceed through the safe engine path.