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 MigrationPlan.Transition class.
Declaration
public Transition(string sourceState, string targetState, Type migrationTtype)
Parameters
Type | Name | Description |
---|---|---|
System.String | sourceState | |
System.String | targetState | |
System.Type | migrationTtype |
Properties
MigrationType
Gets the migration type.
Declaration
public Type MigrationType { get; }
Property Value
Type | Description |
---|---|
System.Type |
SourceState
Gets the source state.
Declaration
public string SourceState { get; }
Property Value
Type | Description |
---|---|
System.String |
TargetState
Gets the target state.
Declaration
public string TargetState { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |