API Reference
Interface
IAdMigrationPhaseExecutor
Executes a supported AD migration phase.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor AdMigrationPlanExecutor.AdMigrationPlanExecutor
Methods
public abstract Boolean CanExecute(AdMigrationPhase phase) #Returns:
BooleanGets a value indicating whether this executor can execute the supplied phase.
Parameters
- phase ADPlayground.Migrations.Core.AdMigrationPhase
- Migration phase.
Returns
true when the executor supports the phase; otherwise false.
public abstract AdMigrationPhaseExecutionResult Execute(AdMigrationPhase phase, AdMigrationPlan plan, AdMigrationExecutionOptions options) #Returns:
AdMigrationPhaseExecutionResultExecutes the supplied phase.
Parameters
- phase ADPlayground.Migrations.Core.AdMigrationPhase
- Migration phase.
- plan ADPlayground.Migrations.Core.AdMigrationPlan
- Owning migration plan.
- options ADPlayground.Migrations.Core.AdMigrationExecutionOptions
- Execution options.
Returns
Phase execution result.