Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContactRequestHandler

Represents Contact Request Handler.

Inheritance
System.Object
ContactRequestHandler
Implements
Inherited Members
Namespace: Mediachase.Commerce.Customers.Handlers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class ContactRequestHandler : CustomerRequestHandlerBase, IRequestHandler

Constructors

ContactRequestHandler()

Initializes a new instance of the ContactRequestHandler class.

Declaration
public ContactRequestHandler()

Methods

PreCreate(BusinessContext)

Pres the create.

Declaration
protected override void PreCreate(BusinessContext context)
Parameters
Type Name Description
BusinessContext context

The context.

Overrides

PreDelete(BusinessContext)

Pres the delete.

Declaration
protected override void PreDelete(BusinessContext context)
Parameters
Type Name Description
BusinessContext context

The context.

Overrides

Implements