Click or drag to resize
ISpeciesObservationProject Interface
This interface gives access to information about the project in which this species observation was made. Only some species observations belongs to a project.

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

The ISpeciesObservationProject type exposes the following members.

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
Information about species observation project parameters that are related to this species observation. Each project parameter contains parameter information but also information about the project. The reason for this is that one species observation can belong to more than one project.
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
See Also