The CCountry type exposes the following members.

Constructors

  NameDescription
CCountry
Initializes a new instance of the CCountry class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AddressFormatCode
The address format to use when formatting addresses. An AddressFormat points to a formula to be used which will format full addresses in country specific ways.
CountryName
The full name of the Country
DefaultShippingMethod
The default shipping method to use when shipping products to addresses in this country
IntraStateCode
If this country requires the collection of statistics on the trade of goods between countries in the European Union, this contains the code to use when collecting the information.
IsGstTaxable
Indicates whether or not this country uses a Goods and Services tax
MailGroup
Allows mail to various contries to be sorted in groups when doing mass mailings. This property causes mail sent to this country to be sorted with other mail to countries with the same format.
VatCountryCode
If this country requires the Value Added Tax, this contains the Country code to use when collecting the tax.

See Also