Click or drag to resize
SpeciesObservationManagerGetDarwinCore Method (IUserContext, ISpeciesObservationSearchCriteria, ICoordinateSystem, SpeciesObservationFieldSortOrderList)
Get information about species observations that matches the search criteria.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual DarwinCoreList GetDarwinCore(
	IUserContext userContext,
	ISpeciesObservationSearchCriteria searchCriteria,
	ICoordinateSystem coordinateSystem,
	SpeciesObservationFieldSortOrderList sortOrder
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
searchCriteria
Type: ArtDatabanken.DataISpeciesObservationSearchCriteria
The species observation search criteria.
coordinateSystem
Type: ArtDatabanken.DataICoordinateSystem
Coordinate system used in geometry search criteria and returned species observations.
sortOrder
Type: ArtDatabanken.DataSpeciesObservationFieldSortOrderList
Defines how species observations should be sorted. This parameter is optional. Random order is used if no sort order has been specified.

Return Value

Type: DarwinCoreList
Information about species observations.

Implements

ISpeciesObservationManagerGetDarwinCore(IUserContext, ISpeciesObservationSearchCriteria, ICoordinateSystem, SpeciesObservationFieldSortOrderList)
See Also