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.0Syntax
public class ContactRequestHandler : CustomerRequestHandlerBase, IRequestHandlerConstructors
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. | 
