AddressFactoryBase Class
Contains static data used for Addresses.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public abstract class AddressFactoryBase
- Inheritance
- Object AddressFactoryBase
Countries | Gets a sorted list of ISO-3166 Countries. |
DefaultCountry | The ISO-3166 Country code of the Address data.
The default is USA. |
PostcodeCount | Gets the total number of Postcodes available. |
Postcodes | Gets a list of Postcodes. |
Provinces | Gets a list of Provinces. |
UseAlpha2 | Indicates whether to use Alpha-2 ISO-3166 Country codes.
The default is to use Alpha-3 codes. |
sCompare | Standard string comparison for ordinal ignore case. |