Click or drag to resize
WebSpeciesObservationPageSpecification Class
SpecificationId of paging information when species observations are retrieved.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebSpeciesObservationPageSpecification

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

The WebSpeciesObservationPageSpecification type exposes the following members.

Constructors
  NameDescription
Public methodWebSpeciesObservationPageSpecification
Initializes a new instance of the WebSpeciesObservationPageSpecification class
Top
Properties
  NameDescription
Public propertySize
Page size, i.e. how many species observations to be returned in each call to the web service Min page size is 1 Max page size is 10000.
Public propertySortOrder
Defines how species observations should be sorted before paging is applied to the result set.
Public propertyStart
Start position for the page. Min Start position is 1. If you write a to large position no rows will be returned.
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