In This Article

CountryCurrencyMapping Class

A mapping between a Country and a Currency.

public class CountryCurrencyMapping
Inheritance:
System.Object Object

Constructors

CountryCurrencyMapping(String, String)

Initializes an instance of the CountryCurrencyMapping class.

public CountryCurrencyMapping(string countryCode, string currencyCode)
Parameter Type Description
countryCode System.String

The 2 letter Country code.

currencyCode System.String

The 3 letter Currency code.

Properties

CountryCode

Gets the 2 letter country code for this mapping.

public string CountryCode { get; }

Property Value

System.String:

The 2 letter country code for this mapping.

CurrencyCode

Gets the 3 letter currency code for this mapping.

public string CurrencyCode { get; }

Property Value

System.String:

The 3 letter currency code for this mapping.

Mappings

Gets the global collection of CountryCurrencyMapping objects.

public static DeferrableObservableCollection<CountryCurrencyMapping> Mappings { get; }

Property Value

DeferrableObservableCollection<CountryCurrencyMapping>:

A collection of CountryCurrencyMapping objects.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()