Click or drag to resize
DarwinCoreGeologicalContext Class
This class contains geological context information about a species observation in Darwin Core 1.5 compatible format. Further information about the properties can be found at http://rs.tdwg.org/dwc/terms/ This class is currently not used.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataDarwinCoreGeologicalContext

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

The DarwinCoreGeologicalContext type exposes the following members.

Constructors
  NameDescription
Public methodDarwinCoreGeologicalContext
Initializes a new instance of the DarwinCoreGeologicalContext class
Top
Properties
  NameDescription
Public propertyBed
Darwin Core term name: bed. The full name of the lithostratigraphic bed from which the cataloged item was collected. This property is currently not used.
Public propertyEarliestAgeOrLowestStage
Darwin Core term name: earliestAgeOrLowestStage. The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyEarliestEonOrLowestEonothem
Darwin Core term name: earliestEonOrLowestEonothem. The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyEarliestEpochOrLowestSeries
Darwin Core term name: earliestEpochOrLowestSeries. The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyEarliestEraOrLowestErathem
Darwin Core term name: earliestEraOrLowestErathem. The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyEarliestPeriodOrLowestSystem
Darwin Core term name: earliestPeriodOrLowestSystem. The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyFormation
Darwin Core term name: formation. The full name of the lithostratigraphic formation from which the cataloged item was collected. This property is currently not used.
Public propertyGeologicalContextID
Darwin Core term name: geologicalContextID. An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set. This property is currently not used.
Public propertyGroup
Darwin Core term name: group. The full name of the lithostratigraphic group from which the cataloged item was collected. This property is currently not used.
Public propertyHighestBiostratigraphicZone
Darwin Core term name: highestBiostratigraphicZone. The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyId
Id for this DarwinCoreGeologicalContext.
Public propertyLatestAgeOrHighestStage
Darwin Core term name: latestAgeOrHighestStage. The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyLatestEonOrHighestEonothem
Darwin Core term name: latestEonOrHighestEonothem. The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyLatestEpochOrHighestSeries
Darwin Core term name: latestEpochOrHighestSeries. The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyLatestEraOrHighestErathem
Darwin Core term name: latestEraOrHighestErathem. The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyLatestPeriodOrHighestSystem
Darwin Core term name: latestPeriodOrHighestSystem. The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyLithostratigraphicTerms
Darwin Core term name: lithostratigraphicTerms. The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected. This property is currently not used.
Public propertyLowestBiostratigraphicZone
Darwin Core term name: lowestBiostratigraphicZone. The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. This property is currently not used.
Public propertyMember
Darwin Core term name: member. The full name of the lithostratigraphic member from which the cataloged item was collected. This property is currently not used.
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