Click or drag to resize
SpeciesObservationDataSourceGetDarwinCoreChange Method
Get changes in species observations for a certain time space or certain changeId.

Namespace: ArtDatabanken.WebService.Client.SpeciesObservationService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual IDarwinCoreChange GetDarwinCoreChange(
	IUserContext userContext,
	Nullable<DateTime> changedFrom,
	Nullable<DateTime> changedTo,
	Nullable<long> changeId,
	long maxReturnedChanges,
	ISpeciesObservationSearchCriteria searchCriteria,
	ICoordinateSystem coordinateSystem
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
changedFrom
Type: SystemNullableDateTime
Start date for change.
changedTo
Type: SystemNullableDateTime
End date for change.
changeId
Type: SystemNullableInt64
Change Id.
maxReturnedChanges
Type: SystemInt64
Max number of returned rows.
searchCriteria
Type: ArtDatabanken.DataISpeciesObservationSearchCriteria
The species observation search criteria.
coordinateSystem
Type: ArtDatabanken.DataICoordinateSystem
Coordinate system used in returned species observations.

Return Value

Type: IDarwinCoreChange
Changed species observation.

Implements

ISpeciesObservationDataSourceGetDarwinCoreChange(IUserContext, NullableDateTime, NullableDateTime, NullableInt64, Int64, ISpeciesObservationSearchCriteria, ICoordinateSystem)
See Also