API Reference
Class
SidHistoryAdMigrationPhaseExecutor
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
- SIDHistory workflow.
Methods
public virtual Boolean CanExecute(AdMigrationPhase phase) #Returns:
BooleanParameters
- phase ADPlayground.Migrations.Core.AdMigrationPhase
public virtual AdMigrationPhaseExecutionResult Execute(AdMigrationPhase phase, AdMigrationPlan plan, AdMigrationExecutionOptions options) #Returns:
AdMigrationPhaseExecutionResultParameters
- phase ADPlayground.Migrations.Core.AdMigrationPhase
- plan ADPlayground.Migrations.Core.AdMigrationPlan
- options ADPlayground.Migrations.Core.AdMigrationExecutionOptions
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object