Adds a PaymentGatewayProvider to the collection.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public override void Add(
	ProviderBase provider
)
Visual Basic (Declaration)
Public Overrides Sub Add ( _
	provider As ProviderBase _
)
Visual C++
public:
virtual void Add(
	ProviderBase^ provider
) override

Parameters

provider
Type: System.Configuration.Provider..::.ProviderBase
A PaymentGatewayProvider to add.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if the provider is null.
System..::.ArgumentExceptionThrown if the provider is not a PaymentGatewayProvider.

See Also