Class ExecutableBuilder
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Common
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ExecutableBuilder : IExecutableBuilder
Constructors
View SourceExecutableBuilder(IMigrationExpression)
Declaration
public ExecutableBuilder(IMigrationExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IMigrationExpression | expression |
Methods
View SourceDo()
Executes.
Declaration
public void Do()