Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExecutedMigrationPlan

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations
    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
    Type Description
    MigrationPlan
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ExecutedMigrationPlan(MigrationPlan, String, String)
    • Properties
      • FinalState
      • InitialState
      • Plan
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX