CountryCurrencyMapping Class
public class CountryCurrencyMapping
- Inheritance:
- object object
Constructors
CountryCurrencyMapping(string, string)
public CountryCurrencyMapping(string countryCode, string currencyCode)
| Parameter | Type | Description |
|---|---|---|
| countryCode | string | The 2 letter Country code. |
| currencyCode | string | The 3 letter Currency code. |
Properties
CountryCode
The 2 letter country code for this mapping.
CurrencyCode
The 3 letter currency code for this mapping.
Mappings
The global collection of CountryCurrencyMapping objects.
public static DeferrableObservableCollection<CountryCurrencyMapping> Mappings { get; }
Property Value
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()