TestimoX

API Reference

Interface

IAdMigrationPhaseExecutor

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Modifiers abstract

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

Methods

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

Gets a value indicating whether this executor can execute the supplied phase.

Parameters

phase ADPlayground.Migrations.Core.AdMigrationPhase requiredposition: 0
Migration phase.

Returns

true when the executor supports the phase; otherwise false.

public abstract AdMigrationPhaseExecutionResult Execute(AdMigrationPhase phase, AdMigrationPlan plan, AdMigrationExecutionOptions options) #
Returns: AdMigrationPhaseExecutionResult

Executes the supplied phase.

Parameters

phase ADPlayground.Migrations.Core.AdMigrationPhase requiredposition: 0
Migration phase.
plan ADPlayground.Migrations.Core.AdMigrationPlan requiredposition: 1
Owning migration plan.
options ADPlayground.Migrations.Core.AdMigrationExecutionOptions requiredposition: 2
Execution options.

Returns

Phase execution result.