Click or drag to resize
SpeciesObservationSearchCriteriaBirdNestActivityLimit Property
Limit returned observations based on bird nest activity level. Only bird observations in Artportalen are affected by this search criteria. Only bird observations with the specified bird nest activity level or stronger may be returned. Observation of other organism groups (not birds) are not affected by this search criteria. Use method GetBirdNestActivities() in SpeciesObservationManager to retrieve currently used bird nest activities. Property BirdNestActivityLimit should be set to one of the bird nest activities.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public ISpeciesActivity BirdNestActivityLimit { get; set; }

Property Value

Type: ISpeciesActivity

Implements

ISpeciesObservationSearchCriteriaBirdNestActivityLimit
See Also