Class MetaDataChangeEventHandler
Inheritance
System.Object
MetaDataChangeEventHandler
Namespace: EPiServer.Commerce.Catalog.Provider
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class MetaDataChangeEventHandler : Object
Constructors
MetaDataChangeEventHandler(ContentTypeModelRepository, IContentTypeRepository, IPropertyDefinitionRepository)
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code. Initializes a new instance of the MetaDataChangeEventHandler class.
Declaration
public MetaDataChangeEventHandler(ContentTypeModelRepository contentTypeModelRepository, IContentTypeRepository contentTypeRepository, IPropertyDefinitionRepository propertyDefinitionRepository)
Parameters
Type | Name | Description |
---|---|---|
EPiServer.DataAbstraction.ContentTypeModelRepository | contentTypeModelRepository | The content type model repository. |
EPiServer.DataAbstraction.IContentTypeRepository | contentTypeRepository | The content type repository. |
EPiServer.DataAbstraction.IPropertyDefinitionRepository | propertyDefinitionRepository | The property definition repository. |
Properties
AlreadyInitialized
Gets flag to indicate whether this handler was initialized or not.
Declaration
public bool AlreadyInitialized { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
InitializeEvents()
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Initializes event handlers for the events in MetaDataEventManager and EventContext.
Declaration
public virtual void InitializeEvents()