Click or drag to resize

CountrySourceCountrySourceDataItem Class

Represents a country source data item.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.ModelCountrySourceCountrySourceDataItem

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class CountrySourceDataItem : IComparable<CountrySourceCountrySourceDataItem>, 
	IComparable

The CountrySourceCountrySourceDataItem 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 instance of the current object with other object.
Top
See Also