Click or drag to resize
WebSpeciesObservationFieldSpecification Class
This class is used to specify a subset of the data for a species observation. Usually exactly one species observation field for each species observation.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebSpeciesObservationFieldSpecification

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebSpeciesObservationFieldSpecification : WebData

The WebSpeciesObservationFieldSpecification type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesObservationFieldSpecification
Initializes a new instance of the WebSpeciesObservationFieldSpecification class
Top
Properties
  NameDescription
Public propertyClass
SpecificationId of the class.
Public propertyClassIndexEnd
SpecificationId of max class index. This property is currently not used.
Public propertyClassIndexStart
SpecificationId of min class index. This property is currently not used.
Public propertyIsClassIndexSpecified
Specifies if property ClassIndexEnd and ClassIndexStart has a value or not. This property is currently not used.
Public propertyIsPropertyIndexSpecified
Specifies if property PropertyIndexEnd and PropertyIndexStart has a value or not. This property is currently not used.
Public propertyProperty
SpecificationId of the property.
Public propertyPropertyIndexEnd
SpecificationId of max property index. This property is currently not used.
Public propertyPropertyIndexStart
SpecificationId of min property index. 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