Click or drag to resize

CountryInfo Class

Represents Country specific information
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Leads.LeadsStatisticCountryInfo

Namespace:  Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class CountryInfo : IComparable<CountryInfo>, 
	IComparable

The CountryInfo type exposes the following members.

Constructors
  NameDescription
Public methodCountryInfo
Initializes a new instance of an object.
Public methodCountryInfo(String, String)
Initializes a new instance of an object.
Top
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 instance of the current object with other object.
Top
See Also