Click or drag to resize
SpeciesObservationProject Class
This class gives access to information about the project in which this species observation was made. Only some species observations belongs to a project.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesObservationProject

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

The SpeciesObservationProject type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationProject
Initializes a new instance of the SpeciesObservationProject class
Top
Properties
  NameDescription
Public propertyIsPublic
Indicates if species observations that are reported in a project are publicly available or not.
Public propertyProjectCategory
Information about the type of project, for example 'Environmental monitoring'.
Public propertyProjectDescription
Description of a project.
Public propertyProjectEndDate
Date when the project ends.
Public propertyProjectID
An identifier for the project. In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the project that will most closely make the ProjectID globally unique. The format LSID (Life Science Identifiers) is used as GUID (Globally unique identifier).
Public propertyProjectName
Name of the project.
Public propertyProjectOwner
Name of person or organization that owns the project.
Public propertyProjectParameters
Project parameters.
Public propertyProjectStartDate
Date when the project starts.
Public propertyProjectURL
Web address that leads to more information about the project. The information should be accessible from the most commonly used web browsers.
Public propertySurveyMethod
Survey method used in a project to retrieve 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