Click or drag to resize
ITaxonDataSourceGetTaxonChange 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.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
TaxonChangeList GetTaxonChange(
	IUserContext userContext,
	ITaxon rootTaxonId,
	DateTime dateFrom,
	DateTime dateTo
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.
rootTaxonId
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
See Also