Click or drag to resize
SpeciesObservationMeasurementOrFact Class
This class contains measurement or fact information about a species observation when a flexible species observation format is required. This class also includes all properties available in Darwin Core 1.5 se class DarwinCoreMeasurementOrFact. Further information about the Darwin Core 1.5 properties can be found at http://rs.tdwg.org/dwc/terms/
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesObservationMeasurementOrFact

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

The SpeciesObservationMeasurementOrFact type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationMeasurementOrFact
Initializes a new instance of the SpeciesObservationMeasurementOrFact class
Top
Properties
  NameDescription
Public propertyMeasurementAccuracy
Darwin Core term name: measurementAccuracy. The description of the potential error associated with the measurementValue. This property is currently not used.
Public propertyMeasurementDeterminedBy
Darwin Core term name: measurementDeterminedBy. A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact. This property is currently not used.
Public propertyMeasurementDeterminedDate
Darwin Core term name: measurementDeterminedDate. The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). This property is currently not used.
Public propertyMeasurementID
Darwin Core term name: measurementID. An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set. This property is currently not used.
Public propertyMeasurementMethod
Darwin Core term name: measurementMethod. A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion. This property is currently not used.
Public propertyMeasurementRemarks
Darwin Core term name: measurementRemarks. Comments or notes accompanying the MeasurementOrFact. This property is currently not used.
Public propertyMeasurementType
Darwin Core term name: measurementType. The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary. This property is currently not used.
Public propertyMeasurementUnit
Darwin Core term name: measurementUnit. The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI). This property is currently not used.
Public propertyMeasurementValue
Darwin Core term name: measurementValue. The value of the measurement, fact, characteristic, or assertion. 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