Class PaymentFactory
This type/member supports the EPiServer infrastructure and is not intended to be
used directly from your code.
A delegate for creating instance of IPayment implementation.
Inheritance
System.Object
PaymentFactory
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
public sealed class PaymentFactory : MulticastDelegate
Constructors
Declaration
public PaymentFactory(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(Type implementationType, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Type |
implementationType |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual IPayment EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Declaration
public virtual IPayment Invoke(Type implementationType)
Parameters
Type |
Name |
Description |
System.Type |
implementationType |
|
Returns