Click or drag to resize
ISpeciesObservationChange Interface
Contains information about changes in species observations. This class has three different types of changes. Created species observations. Deleted 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 ISpeciesObservationChange

The ISpeciesObservationChange type exposes the following members.

Properties
  NameDescription
Public propertyCreatedSpeciesObservations
Information about created species observations.
Public propertyDataContext
Data context.
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