Search Results for

    Show / Hide Table of Contents
    View Source

    Class MigrationPlan.Transition

    Represents a plan transition.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class Transition

    Constructors

    View Source

    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
    Type migrationTtype

    Properties

    View Source

    MigrationType

    Gets the migration type.

    Declaration
    public Type MigrationType { get; }
    Property Value
    Type Description
    Type
    View Source

    SourceState

    Gets the source state.

    Declaration
    public string SourceState { get; }
    Property Value
    Type Description
    System.String
    View Source

    TargetState

    Gets the target state.

    Declaration
    public string TargetState { get; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • Transition(String, String, Type)
    • Properties
      • MigrationType
      • SourceState
      • TargetState
    • Methods
      • ToString()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX