Click or drag to resize
ISpeciesObservationFieldMapping Interface
This interface contains information describing the mapping between Species observation fields and data fields provided by a specific Data provider (DataProviderId).

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

The ISpeciesObservationFieldMapping type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Data context.
Public propertyDataProviderId
Id of the Data source (Data provider).
Public propertyDefaultValue
Default value to be used as field value or if no value exists at the data provider.
Public propertyDocumentation
Documentation on how the values of this field are obtained from this Data provider.
Public propertyFieldId
Id of the field.
Public propertyGUID
Public propertyIsImplemented
Indication of whether or not this field is implemented for this Data provider
Public propertyIsPlanned
Indication of whether or not this field is planned for this Data provider
Public propertyMethod
Name of the method that generates field values if no single provider data field corresponds to the Darwin Core field or if not default value can be set.
Public propertyProjectId
Possible project id if field is related to a project parameter.
Public propertyProjectName
The ProjectName
Public propertyPropertyIdentifier
The PropertyIdentifier
Public propertyProviderFieldName
The name of the Data provider field that corresponds to the species observation field.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also