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

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class SpeciesObservationHarvestStatus

The SpeciesObservationHarvestStatus type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationHarvestStatus
Initializes a new instance of the SpeciesObservationHarvestStatus class
Top
Properties
  NameDescription
Public propertyCurrentHarvestDate
Harvest current date.
Public propertyDataProviders
Data providers.
Public propertyHarvestFromDate
Harvest planned from date.
Public propertyHarvestToDate
Harvest planned to date.
Public propertyJobEndDate
Harvest job end date.
Public propertyJobStartDate
Harvest job start date.
Public propertyJobStatus
Harvest job status.
Public propertyRequestedJobStatus
If set then harvest job status will become this status as soon as possible.
Public propertyStatistics
Data provider's log.
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