Class MigrationBuilder
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations
Assembly: cs.temp.dll.dll
Syntax
public class MigrationBuilder : IMigrationBuilder
Constructors
MigrationBuilder(IServiceProvider)
Declaration
public MigrationBuilder(IServiceProvider container)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | container |
Methods
Build(Type, IMigrationContext)
Declaration
public MigrationBase Build(Type migrationType, IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Type | migrationType | |
IMigrationContext | context |
Returns
Type | Description |
---|---|
MigrationBase |