Click or drag to resize
WebSpeciesObservationFieldIndex Class
This class contains index information related to a species observation field instance. This class i currently not used.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebSpeciesObservationFieldIndex

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 WebSpeciesObservationFieldIndex : WebData

The WebSpeciesObservationFieldIndex type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesObservationFieldIndex
Initializes a new instance of the WebSpeciesObservationFieldIndex class
Top
Properties
  NameDescription
Public propertyClassIndex
Defines array index if class may have multiple instances. This property i currently not used.
Public propertyIsClassIndexSpecified
Specifies if property ClassIndex has a value or not. This property i currently not used.
Public propertyIsPropertyIndexSpecified
Specifies if property PropertyIndex has a value or not. This property i currently not used.
Public propertyPropertyIndex
Defines array index if property may have multiple values. This property i 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