Search Results for

    Show / Hide Table of Contents
    View Source

    Class MigrationPlan.Transition

    Represents a plan transition.

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Migrations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MigrationPlan.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
    string sourceState
    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
    string
    View Source

    TargetState

    Gets the target state.

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

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX