Click or drag to resize
IRegionManager Interface
Definition of the RegionManager interface.

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

The IRegionManager type exposes the following members.

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 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
See Also