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.0Syntax
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 |