Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExecutableBuilder

    Represents a builder used to construct and configure executable migration expressions within the migration framework.

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Common
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ExecutableBuilder : IExecutableBuilder

    Constructors

    View Source

    ExecutableBuilder(IMigrationExpression)

    Initializes a new instance of the ExecutableBuilder class with the specified migration expression.

    Declaration
    public ExecutableBuilder(IMigrationExpression expression)
    Parameters
    Type Name Description
    IMigrationExpression expression

    The migration expression to be executed by this builder.

    Methods

    View Source

    Do()

    Executes.

    Declaration
    public void Do()
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX