Click or drag to resize
ITaxonChildQualityStatistics Interface
Information about child taxa quality. Each taxon child quality statistics object is related to specified root taxon and taxon quality. The root taxon is included in the result.

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

The ITaxonChildQualityStatistics type exposes the following members.

Properties
  NameDescription
Public propertyChildTaxaCount
Number of child taxa with this taxon quality. The root taxon is included in the result.
Public propertyDataContext
Get data context.
Public propertyQualityId
Id for the taxon quality. This value is defined by species fact with id 2115 ("Kvalitetsdeklaration av information i Dyntaxa"). Possible values: 0 => Not set 1 => Bad 2 => Acceptable 3 => Good
Public propertyRootTaxon
Id for the root taxon. This taxon child quality statistics object is related to specified root taxon and taxon quality.
Top
See Also