Click or drag to resize
TaxonDataSourceGetTaxonChange Method
Get list of changes made regarding taxa. Current version return changes regarding: - new taxon - new/edited taxon name (scientific + common) - lump/split events - taxon category changes

Namespace: ArtDatabanken.WebService.Client.TaxonService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual TaxonChangeList GetTaxonChange(
	IUserContext userContext,
	ITaxon rootTaxon,
	DateTime dateFrom,
	DateTime dateTo
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
rootTaxon
Type: ArtDatabanken.DataITaxon
A root taxon. Changes made for child taxa to this root taxon are returned. If parameter is NULL all changes are returned
dateFrom
Type: SystemDateTime
Return changes from and including this date.
dateTo
Type: SystemDateTime
Return changes to and including this date.

Return Value

Type: TaxonChangeList
List of changes made

Implements

ITaxonDataSourceGetTaxonChange(IUserContext, ITaxon, DateTime, DateTime)
See Also