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 SourceExecutableBuilder(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 SourceDo()
Executes.
Declaration
public void Do()