Click or drag to resize
RegionManager Class
Class that handles region related information.
Inheritance Hierarchy

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class RegionManager : IRegionManager, 
	IManager

The RegionManager type exposes the following members.

Constructors
  NameDescription
Public methodRegionManager
Constructor method for this class.
Top
Properties
  NameDescription
Public propertyCoordinateSystem
Coordinate system used when returning geometric data from this class.
Public propertyDataSource
This interface is used to handle persistent data.
Top
Methods
  NameDescription
Public methodGetDataSourceInformation
Get information about data source.
Public methodGetRegionCategories
Get region categories. All region categories are returned if parameter countryIsoCode is not specified.
Public methodGetRegionCategory
Get region category with specified id.
Public methodGetRegionsByCategories
Get regions related to specified region categories.
Public methodGetRegionsByCategory
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