Click or drag to resize
WebSpeciesObservationDataProvider Class
This class contains information about a species observation data source in swedish life watch.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebSpeciesObservationDataProvider

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 WebSpeciesObservationDataProvider : WebData

The WebSpeciesObservationDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesObservationDataProvider
Initializes a new instance of the WebSpeciesObservationDataProvider class
Top
Properties
  NameDescription
Public propertyBeginHarvestFromDate
Start date for when species observations were inserted into the data source. This property is currently not used.
Public propertyContactEmail
Email address to contact person.
Public propertyContactPerson
Name of contact person.
Public propertyDescription
Information about the data source.
Public propertyGuid
GUID (Globally Unique Identifier) for this object. It is a LSID, which is unique for each version of the record holding the information included in this object.
Public propertyId
Id for the data source.
Public propertyIsActiveHarvest
Indicates if this data provider is harvested or not.
Public propertyIsMaxChangeIdSpecified
Indicates if property MaxChangeId has a value or not. This property is currently not used.
Public propertyLatestChangedDate
Latest date for when any of the species observations from this data source was changed in the data source. This property is currently not used.
Public propertyLatestHarvestDate
Latest date for which changes of species observations was retrieved from the data provider. This property is currently not used.
Public propertyMaxChangeId
Highest id of the changes in species observations that have been downloaded from the data source. Not all data providers has this value. Property IsMaxChangeIdSpecified indicates if this property has a value or not. This property is currently not used.
Public propertyName
Name of the data source.
Public propertyNonPublicSpeciesObservationCount
Number of non public species observations in data source.
Public propertyOrganization
Name of the organization that is responsible for the data source.
Public propertyPublicSpeciesObservationCount
Number of public species observations in data source.
Public propertySpeciesObservationCount
Total number of species observations in data source.
Public propertyUrl
Web address (that can be used in a web browser) where more information about the data source can be found.
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