A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class MigratePromotionPriority

Inheritance
System.Object
MigratePromotionPriority
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.0
Syntax
public class MigratePromotionPriority : IMigrationStep

Constructors

MigratePromotionPriority()

Declaration
public MigratePromotionPriority()

Fields

_contentLoader

Declaration
protected Injected<IContentLoader> _contentLoader
Field Value
Type Description
EPiServer.ServiceLocation.Injected<EPiServer.IContentLoader>

_contentRepository

Declaration
protected Injected<IContentRepository> _contentRepository
Field Value
Type Description
EPiServer.ServiceLocation.Injected<EPiServer.IContentRepository>

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 progressMessenger)
Parameters
Type Name Description
IProgressMessenger progressMessenger
Returns
Type Description
System.Boolean

Implements