Class CountryKey
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
The country key
- Inheritance
-
Country
Key
- Implements
- Inherited Members
Constructors
CountryKey(string, string)
Parameters
Properties
Code2
The Code2.
Property Value
RegionCode
The region code.
Property Value
Methods
Equals(CountryKey)
Determines whether the specified Country
Parameters
other
CountryKey The Country
Key to compare with this instance.
Returns
- bool
true
if the specified CountryKey is equal to this instance; otherwise,false
.
Equals(object)
Determines whether the specified object is equal to this instance.
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Parse(string)
Parses the identification string and returns the country key.
Parameters
countryKey
stringThe country key identification string.
Returns
ToString()
Returns a string representation of this instance.