TestimoX

API Reference

Class

SidHistoryMigrationExecutionResult

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

Result of executing a governed SIDHistory migration plan.

Inheritance

  • Object
  • SidHistoryMigrationExecutionResult

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public Boolean Blocked { get; set; } #

Gets a value indicating whether execution was blocked before calling the writer.

public SidHistoryMigrationPlan Plan { get; set; } #

Plan used for execution.

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

Governance and execution issues.

public IReadOnlyList<SidHistoryWriteResult> WriteResults { get; set; } #

Writer results for applied items.