Click or drag to resize

CountryListCountryInfo Class

Represents a country information.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Controls.OMCCountryListCountryInfo

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public sealed class CountryInfo : IComparable<CountryListCountryInfo>, 
	IComparable

The CountryListCountryInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCode
Gets or sets country code.
Public propertyName
Gets or sets country name.
Top
Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Top
Remarks