Click or drag to resize
WebSpeciesObservationFieldSortOrder Class
SpecificationId of sort order when species observations are retrieved.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebSpeciesObservationFieldSortOrder

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

The WebSpeciesObservationFieldSortOrder type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesObservationFieldSortOrder
Initializes a new instance of the WebSpeciesObservationFieldSortOrder class
Top
Properties
  NameDescription
Public propertyClass
Type of data that the sort order should be applied to.
Public propertyClassSortOrder
Sort order for species observations field where class may have multiple instances of data. This property is currently not used.
Public propertyIsClassSortOrderSpecified
Specifies if property ClassSortOrder has a value or not. This property is currently not used.
Public propertyIsPropertySortOrderSpecified
Specifies if property PropertySortOrder has a value or not. This property is currently not used.
Public propertyProperty
Information about which species observation property that the sort order should be applied to.
Public propertyPropertySortOrder
Sort order for species observations field where property may have multiple instances of data. This property is currently not used.
Public propertySortOrder
Sort order for species observations.
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