Click or drag to resize
IDarwinCoreChange Interface
This interface contains information about changes in species observations. This interface has three different types of changes. Deleted species observations. New species observations. Updated species observations.

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

The IDarwinCoreChange type exposes the following members.

Properties
  NameDescription
Public propertyCreatedSpeciesObservations
Information about created species observations.
Public propertyDeletedSpeciesObservationGuids
GUIDs (Globally Unique Identifier) for deleted species observations. It is a LSID, which is unique for each species observation.
Public propertyIsMoreSpeciesObservationsAvailable
Indicates if more species observations are available in database.
Public propertyMaxChangeCount
Max number of species observations changes that are returned as created, deleted or updated in a single web service call.
Public propertyMaxChangeId
Highest change id for the species observation changes that are returned in current web service call.
Public propertyUpdatedSpeciesObservations
Information about updated species observations.
Top
See Also