Interface IMigrationStep

Namespace: EPiServer.Commerce.Internal.Migration.Steps
Assembly: EPiServer.Commerce.Internal.Migration.dll
Version: 10.8.0
Syntax
public interface IMigrationStep

Properties

Description

Declaration
string Description { get; }
Property Value
Type Description
System.String

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Order

Declaration
int Order { get; }
Property Value
Type Description
System.Int32

Methods

Execute(IProgressMessenger)

Declaration
bool Execute(IProgressMessenger processMessenger)
Parameters
Type Name Description
IProgressMessenger processMessenger
Returns
Type Description
System.Boolean