View Source
Class ExecutedMigrationPlan
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ExecutedMigrationPlan
Constructors
View Source
ExecutedMigrationPlan(MigrationPlan, String, String)
Declaration
public ExecutedMigrationPlan(MigrationPlan plan, string initialState, string finalState)
Parameters
Type |
Name |
Description |
MigrationPlan |
plan |
|
System.String |
initialState |
|
System.String |
finalState |
|
Properties
View Source
FinalState
Declaration
public string FinalState { get; }
Property Value
Type |
Description |
System.String |
|
View Source
InitialState
Declaration
public string InitialState { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Plan
Declaration
public MigrationPlan Plan { get; }
Property Value