Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.CountryISO3166.Country Class

An instance of this class describes one country.

Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Inheritance

Syntax

public class Country;

Constructors

PublicCountryConstructor.

Properties

PublicAddressTypeDefines the address type typically used by the country.
PublicIdThe ISO 3166 two character ID of the country.
PublicId3The ISO 3166 three character ID of the country.
PublicNameThe user displayable name of the country.
PublicNumberThe ISO 3166 three digit number of the country.

Fields

PublicStaticGenericUsed with the Country.AddressType property. Represents an address just a city name (which may include postal code information).
PublicStaticUSUsed with the Country.AddressType property. Represents a US address in the format typically used in the US: city, state ZIPcode.
PublicStaticZip1Used with the Country.AddressType property. Represents an address with a zipcode or postal code in front of the city name.
PublicStaticZipLastUsed with the Country.AddressType property. Represents an address with a zipcode or postal code after the city name.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview