Class MigrationPlan.Transition
Represents a plan transition.
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations
Assembly: cs.temp.dll.dll
Syntax
public class Transition
Constructors
Transition(String, String, Type)
Initializes a new instance of the Migration
Declaration
public Transition(string sourceState, string targetState, Type migrationTtype)
Parameters
Type | Name | Description |
---|---|---|
System. |
sourceState | |
System. |
targetState | |
System. |
migrationTtype |
Properties
MigrationType
Gets the migration type.
Declaration
public Type MigrationType { get; }
Property Value
Type | Description |
---|---|
System. |
SourceState
Gets the source state.
Declaration
public string SourceState { get; }
Property Value
Type | Description |
---|---|
System. |
TargetState
Gets the target state.
Declaration
public string TargetState { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |