Interface IMigrationBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations
Assembly: cs.temp.dll.dll
Syntax
public interface IMigrationBuilder
Methods
Build(Type, IMigrationContext)
Declaration
MigrationBase Build(Type migrationType, IMigrationContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Type | migrationType | |
IMigrationContext | context |
Returns
Type | Description |
---|---|
MigrationBase |