Click or drag to resize
SpeciesObservationPageSpecification Class
This class contains parameters used to search for species observations.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesObservationPageSpecification

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

The SpeciesObservationPageSpecification type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationPageSpecification
Initializes a new instance of the SpeciesObservationPageSpecification class
Top
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
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