Click or drag to resize
SpeciesObservationProjectParameter Class
Information about species observation project parameters that are related to this species observation. Each project parameter contains parameter information but also information about the project. The reason for this is that one species observation can belong to more than one project.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesObservationProjectParameter

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class SpeciesObservationProjectParameter : ISpeciesObservationProjectParameter

The SpeciesObservationProjectParameter type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationProjectParameter
Initializes a new instance of the SpeciesObservationProjectParameter class
Top
Properties
  NameDescription
Public propertyGuid
Unique GUID among all species observation project parameters.
Public propertyProjectId
Project id.
Public propertyProjectName
Project name.
Public propertyProperty
Not unique property name.
Public propertyPropertyIdentifier
Unique identifier among all species observation project parameters.
Public propertyType
Data type for this species observation project parameter.
Public propertyUnit
Unit for this species observation project parameter. Not defined in all species observation project parameters.
Public propertyValue
Value of the data in string format. String representation of different data types: Boolean: String has value "True" or "False". DateTime: Format is YYYY-MM-DDTHH:mm:ss.fffffff, for example 1998-01-01T00:00:00.0000000. Float: Handled as a double-precision 64-bit number that complies with the IEC 60559:1989 (IEEE 754) standard for binary floating-point arithmetic. Format is D.DDDDDDDDDDE+or-DDD. for example 3.1415926536E+000. May have a leading minus sign. 32 bits integer: A sequence of digits without spaces or commas, for example 6258250. May have a leading minus sign. 64 bits integer: A sequence of digits without spaces or commas, for example 43254236258250. May have a leading minus sign. String: No conversion, contains actual value.
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