Click or drag to resize
SpeciesObservationFieldMapping Class
This class contains information describing the mapping between Species observation fields and data fields provided by a specific Data provider (DataProviderId).
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesObservationFieldMapping

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

The SpeciesObservationFieldMapping type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationFieldMapping
Initializes a new instance of the SpeciesObservationFieldMapping class
Top
Properties
  NameDescription
Public propertyDataContext
Data context.
Public propertyDataProviderId
Id of the 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 propertyId
Id of this Field Mapping object.
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.)
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