Click or drag to resize
ISpeciesObservationPageSpecification Interface
This interface holds parameters used to search for species observations.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ISpeciesObservationPageSpecification

The ISpeciesObservationPageSpecification type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Data context.
Public propertySize
Page size, i.e. how many species observations to be returned in each call to the web service Max page size is 10000 species observations.
Public propertySortOrder
Defines how species observations should be sorted before paging is applied to the result set.
Public propertyStart
Page start in the result set.
Top
See Also