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!

Class ContactRequestHandler

Represents Contact Request Handler.

Inheritance
System.Object
ContactRequestHandler
Implements
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.Customers.Handlers
Assembly: Mediachase.Commerce.dll
Version: 13.30.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