Click or drag to resize
WebSpeciesObservationHarvestStatus Class
This class is used to specify a subset of the data for a species observation update status.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebSpeciesObservationHarvestStatus

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 WebSpeciesObservationHarvestStatus

The WebSpeciesObservationHarvestStatus type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesObservationHarvestStatus
Default constructor. Creates an instance of DataProviders.
Top
Properties
  NameDescription
Public propertyActiveDataProviders
List of all active data providers.
Public propertyCurrentHarvestDate
Current harvest date.
Public propertyDataProviders
List of current selected data providers.
Public propertyHarvestFromDate
Current harvest from date.
Public propertyHarvestToDate
Current harvest to date.
Public propertyJobEndDate
Harvest job end date.
Public propertyJobStartDate
Harvest job start date.
Public propertyJobStatus
Harvest job current status.
Public propertyRequestedJobStatus
If set then harvest job status will become this status as soon as possible.
Public propertyStatistics
List of harvest job statistics.
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