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.0Syntax
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. |