Click or drag to resize
WebDarwinCoreChange Class
Contains information about changes in species observations. This class has three different types of changes. Deleted species observations. New species observations. Updated species observations.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebDarwinCoreChange

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebDarwinCoreChange : WebData

The WebDarwinCoreChange type exposes the following members.

Constructors
  NameDescription
Public methodWebDarwinCoreChange
Initializes a new instance of the WebDarwinCoreChange class
Top
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. If the result set is empty. -1 is returned since there are no MaxChangeId for current search criteria.
Public propertyUpdatedSpeciesObservations
Information about updated species observations.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also