Click or drag to resize
ICountryManager Interface
Definition of the CountryManager interface.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ICountryManager : IManager

The ICountryManager type exposes the following members.

Properties
  NameDescription
Public propertyDataSource
This interface is used to retrieve information.
Top
Methods
  NameDescription
Public methodGetCountries
Get all countries.
Public methodGetCountry(IUserContext, CountryId)
Get country with specified id.
Public methodGetCountry(IUserContext, Int32)
Get country with specified id.
Top
See Also