Click or drag to resize
PaymentGatewayFormFactory Class
Default implementation of IPaymentGatewayFormFactory.
Inheritance Hierarchy
SystemObject
  CMS.Ecommerce.Web.UIPaymentGatewayFormFactory

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class PaymentGatewayFormFactory : IPaymentGatewayFormFactory

The PaymentGatewayFormFactory type exposes the following members.

Constructors
  NameDescription
Public methodPaymentGatewayFormFactory
Top
Methods
  NameDescription
Protected methodGetPath
Returns virtual path to form control based on given provider.
Public methodGetPaymentGatewayForm
Returns instance of CMSPaymentGatewayForm based on given provider or null when no form is bound to given provider.
Top
See Also