Click or drag to resize
ICurrencyConverterFactory Interface
Defines the contract that class factories must implement to create new ICurrencyConverter objects.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public interface ICurrencyConverterFactory

The ICurrencyConverterFactory type exposes the following members.

Methods
  NameDescription
Public methodGetCurrencyConverter
Returns currency converter able to convert currencies used on site specified by its ID.
Top
See Also