Click or drag to resize
RegionDataSource Class
This class is used to retrieve region related information.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Client.GeoReferenceService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class RegionDataSource : GeoReferenceDataSourceBase, 
	IRegionDataSource, IDataSource

The RegionDataSource type exposes the following members.

Constructors
  NameDescription
Public methodRegionDataSource
Initializes a new instance of the RegionDataSource class
Top
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
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also