TestimoX

API Reference

Class

SidHistoryAdMigrationPhaseExecutor

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Modifiers sealed

Executes the broad AD migration SIDHistory phase by delegating to the governed SIDHistory workflow.

Inheritance

  • Object
  • SidHistoryAdMigrationPhaseExecutor

Constructors

public SidHistoryAdMigrationPhaseExecutor(SidHistoryMigrationWorkflow workflow) #

Initializes a new instance of the SidHistoryAdMigrationPhaseExecutor class.

Parameters

workflow ADPlayground.Migrations.SidHistory.SidHistoryMigrationWorkflow requiredposition: 0
SIDHistory workflow.

Methods

public virtual Boolean CanExecute(AdMigrationPhase phase) #
Returns: Boolean

Parameters

phase ADPlayground.Migrations.Core.AdMigrationPhase requiredposition: 0
public virtual AdMigrationPhaseExecutionResult Execute(AdMigrationPhase phase, AdMigrationPlan plan, AdMigrationExecutionOptions options) #
Returns: AdMigrationPhaseExecutionResult

Parameters

phase ADPlayground.Migrations.Core.AdMigrationPhase requiredposition: 0
plan ADPlayground.Migrations.Core.AdMigrationPlan requiredposition: 1
options ADPlayground.Migrations.Core.AdMigrationExecutionOptions requiredposition: 2