ICurrency Interface

GF API Documentation
Currency representation.

Namespace:  GF.Api.Currencies
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public interface ICurrency : IComparable

The ICurrency type exposes the following members.

Properties

  NameDescription
Public propertyCurrentPrice
Current price (conversion rate to default currency)
Public propertyID
Currency identifier
Public propertyIsDefault
Checks whether the currency is default (USD)
Public propertyName
Currency name
Top
Remarks

The CurrentPrice property holds the conversion rate from the given currency to the GetDefault. Conversion rate could be updated - see CurrencyPriceChanged event.
For the default (USD) currency, conversion rate is always 1.
See Also

Reference