Click or drag to resize
IRegionDataSource Interface
Definition of the RegionDataSource interface. This interface is used to retrieve region related information.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IRegionDataSource : IDataSource

The IRegionDataSource type exposes the following members.

Methods
  NameDescription
Public methodGetRegionCategories
Get region categories. All region categories are returned if parameter countryIsoCode is not specified.
Public methodGetRegionsByCategories
Get regions related to specified region categories.
Public methodGetRegionsByGUIDs
Gets the regions by list of GUID values.
Public methodGetRegionsByIds
Gets the regions by list of regionId values.
Public methodGetRegionsBySearchCriteria
Get regions that matches the search criterias.
Public methodGetRegionTypes
Get all region types.
Top
See Also