SaaS CMS has officially launched! Learn more now.

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: 11.8.3
Syntax
public class ContactRequestHandler : CustomerRequestHandlerBase, IRequestHandler

Constructors

ContactRequestHandler()

Initializes a new instance of the ContactRequestHandler class.

Declaration
public ContactRequestHandler()

Methods

CustomMethod(BusinessContext)

Customs the method.

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

The context.

Overrides

PostCustomMethod(BusinessContext)

Posts the custom method.

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

The context.

Overrides

PostCustomMethodInsideTransaction(BusinessContext)

Posts the custom method inside transaction.

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

The context.

Overrides

PreCreate(BusinessContext)

Pres the create.

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

The context.

Overrides

PreCustomMethod(BusinessContext)

Pres the custom method.

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

The context.

Overrides

PreCustomMethodInsideTransaction(BusinessContext)

Pres the custom method inside transaction.

Declaration
protected override void PreCustomMethodInsideTransaction(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