Search Results for

    Show / Hide Table of Contents
    View Source

    Class UnscopedMigrationBase

    Base class for creating a migration that does not have a scope provided for it

    Inheritance
    System.Object
    MigrationBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public abstract class UnscopedMigrationBase : MigrationBase, IDiscoverable
    Remarks

    This is just a marker class, and has all the same functionality as the underlying MigrationBase

    Constructors

    View Source

    UnscopedMigrationBase(IMigrationContext)

    Declaration
    protected UnscopedMigrationBase(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UnscopedMigrationBase(IMigrationContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX