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

Interface IInitializationPlugin

For code which should be run during initialization to update Business Foundation classes.

Namespace: Mediachase.Commerce.Internal
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public interface IInitializationPlugin

Properties

SortOrder

Gets the order of plugins initialization.

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

Methods

Execute(BusinessContext)

Executes the specified context.

Declaration
void Execute(BusinessContext context)
Parameters
Type Name Description
BusinessContext context