Click or drag to resize
WebDarwinCoreConservation Class
Not defined in Darwin Core. Conservation related information about the taxon that the species observation is attached to.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebDarwinCoreConservation

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

The WebDarwinCoreConservation type exposes the following members.

Constructors
  NameDescription
Public methodWebDarwinCoreConservation
Initializes a new instance of the WebDarwinCoreConservation class
Top
Properties
  NameDescription
Public propertyActionPlan
Not defined in Darwin Core. This property indicates whether the species is the subject of an action plan ('åtgärdsprogram' in swedish).
Public propertyConservationRelevant
Not defined in Darwin Core. This property indicates whether a species has been classified as nature conservation relevant ('naturvårdsintressant' in swedish). The concept 'nature conservation relevant' must be defined before this property can be used.
Public propertyNatura2000
Not defined in Darwin Core. This property indicates whether the species is included in Natura 2000.
Public propertyProtectedByLaw
Not defined in Darwin Core. This property indicates whether the species is protected by the law in Sweden.
Public propertyProtectionLevel
Not defined in Darwin Core. Information about how protected information about a species is in Sweden. Currently this is a value between 1 to 5. 1 indicates public access and 5 is the highest used security level.
Public propertyRedlistCategory
Not defined in Darwin Core. Redlist category for redlisted species. The property also contains information about which redlist that is referenced. Example value: CR (Sweden, 2010). Possible redlist values are DD (Data Deficient), EX (Extinct), RE (Regionally Extinct), CR (Critically Endangered), EN (Endangered), VU (Vulnerable), NT (Near Threatened). Not redlisted species has no value in this property.
Public propertySwedishImmigrationHistory
Not defined in Darwin Core. This property contains information about the species immigration history.
Public propertySwedishOccurrence
Not defined in Darwin Core. Information about the species occurrence in Sweden. For example information about if the species reproduce in sweden.
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