Click or drag to resize

CountrySource Class

Represents a country source.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.ModelCountrySource

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class CountrySource : IDictionarySource

The CountrySource type exposes the following members.

Constructors
  NameDescription
Public methodCountrySource
Initializes a new instance of an object.
Top
Methods
  NameDescription
Public methodGetData
Returns the list of all country codes mapped to their names.
Public methodStatic memberGetDataItem(CultureInfo)
Returns country information for the given culture.
Public methodStatic memberGetDataItem(String)
Returns country information by the given country code.
Top
See Also