Class AddTrackingNumberIndexStep
Inheritance
System.Object
AddTrackingNumberIndexStep
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Internal.Migration.Steps
Assembly: EPiServer.Commerce.Internal.Migration.dll
Version: 10.8.0Syntax
public class AddTrackingNumberIndexStep : IMigrationStep
Constructors
AddTrackingNumberIndexStep(IConnectionStringHandler)
Declaration
public AddTrackingNumberIndexStep(IConnectionStringHandler connectionStringHandler)
Parameters
Type | Name | Description |
---|---|---|
IConnectionStringHandler | connectionStringHandler |
Properties
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Order
Declaration
public int Order { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Execute(IProgressMessenger)
Declaration
public bool Execute(IProgressMessenger processMessenger)
Parameters
Type | Name | Description |
---|---|---|
IProgressMessenger | processMessenger |
Returns
Type | Description |
---|---|
System.Boolean |