Table of Contents

Class CountryInfoProvider

Namespace
CMS.Globalization
Assembly
CMS.Globalization.dll

Class providing management of the countries.

[ProviderInterface(typeof(ICountryInfoProvider))]
public class CountryInfoProvider : AbstractInfoProvider<CountryInfo, CountryInfoProvider>, IInfoProvider, ICustomizableProvider, IBulkOperationProvider, IWebFarmProvider, IInfoValidator<CountryInfo>, IInfoByGuidProvider<CountryInfo>, IBulkInfoProvider<CountryInfo>, ICountryInfoProvider, IInfoProvider<CountryInfo>, IInfoByIdProvider<CountryInfo>, IInfoByNameProvider<CountryInfo>
Inheritance
object
CountryInfoProvider
Implements
Inherited Members
Extension Methods

Constructors

CountryInfoProvider()

Constructor.

public CountryInfoProvider()

Methods

ClearHashtables(bool)

Clear hashtables.

protected override void ClearHashtables(bool logTasks)

Parameters

logTasks bool

If true, web farm tasks are logged

Delete(CountryInfo)

Deletes the info object from the underlying data store.

public override void Delete(CountryInfo info)

Parameters

info CountryInfo

Info object to be deleted.

Exceptions

ArgumentNullException

Thrown when info is null.

GetCountriesWithStates()

Returns DataSet with all countries which have some states.

public static InfoDataSet<CountryInfo> GetCountriesWithStates()

Returns

InfoDataSet<CountryInfo>

GetCountriesWithStatesInternal()

Returns DataSet with all countries which have some states.

protected virtual InfoDataSet<CountryInfo> GetCountriesWithStatesInternal()

Returns

InfoDataSet<CountryInfo>

GetCountryInfoByCode(string)

Returns the CountryInfo structure for the specified country code.

public static CountryInfo GetCountryInfoByCode(string countryCode)

Parameters

countryCode string

Code of the country. Two- and three- letter codes are supported.

Returns

CountryInfo

GetCountryInfoByCodeInternal(string)

Returns the CountryInfo structure for the specified country code.

protected virtual CountryInfo GetCountryInfoByCodeInternal(string countryCode)

Parameters

countryCode string

Code of the country. Two- and three- letter codes are supported.

Returns

CountryInfo

Set(CountryInfo)

Inserts or updates the info object in the underlying data store.

public override void Set(CountryInfo info)

Parameters

info CountryInfo

Info object to be inserted or updated.

Exceptions

ArgumentNullException

Thrown when info is null.