London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IInitializationPlugin

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

Namespace: Mediachase.Commerce.Internal
Assembly: Mediachase.Commerce.dll
Version: 13.30.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