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 AutoInstallMetaDataModule

Represents auto install meta data module.

Inheritance
System.Object
AutoInstallMetaDataModule
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: Mediachase.Commerce.Assets.Plugins
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class AutoInstallMetaDataModule : IInitializationPlugin

Constructors

AutoInstallMetaDataModule()

Declaration
public AutoInstallMetaDataModule()

Properties

SortOrder

Gets the order of plugins initialization

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

Methods

Execute(BusinessContext)

Executes the specified context.

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

The context.

Implements