Click or drag to resize
TaxonChildStatistics Class
Information about underlying taxa to a specific root taxon. Each WebTaxonStatistics instance contains information about one taxon category.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataTaxonChildStatistics

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonChildStatistics : ITaxonChildStatistics

The TaxonChildStatistics type exposes the following members.

Constructors
  NameDescription
Public methodTaxonChildStatistics
Initializes a new instance of the TaxonChildStatistics class
Top
Properties
  NameDescription
Public propertyCategory
The taxon statistics is related to this taxon category.
Public propertyCategoryName
This property should be removed when usage of it is has been removed from GUI in Dyntaxa.
Public propertyChildTaxaCount
Gets or sets NumberInDyntaxa.
Public propertyDataContext
Get data context.
Public propertyRootTaxon
Root taxon. This taxon child statistics object is related to specified root taxon and taxon category.
Public propertySwedishChildTaxaCount
Gets or sets NumberOfSwedishOccurrence.
Public propertySwedishReproCount
Gets or sets SwedishReproCount
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