Click or drag to resize
SpeciesFactList Methods

The SpeciesFactList type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add species fact to list.
Public methodAddRange
Add a collection of data objects to the list. Override method in base class.
Public methodClear
Clear the collection of data objects. Override method in base class.
Public methodExists
Test if species fact with a specified identifier is in the list. This unique identifier is a string which can be generated by the method GetSpeciesFactIdentifier.
Public methodGet(String)
Get species fact with a specified identifier. This unique identifier is a string which can be generated by the method GetSpeciesFactIdentifier.
Public methodGet(ITaxon, IIndividualCategory, IFactor, ITaxon, IPeriod)
Get species fact with a unique combination of parameters.
Public methodGetChangeCount
Method that counts the number of species facts in the list that has changed.
Public methodGetHosts
Get all unique hosts in this species fact list.
Public methodGetLastModifiedDate
Get the most resent modify date for the species facts in this list.
Public methodGetSpeciesFacts(FactorList)
Method that returns a filtered version of this species fact list. The filtering is done on factors.
Public methodGetSpeciesFacts(IFactor)
Get a subset of this species fact list based on parameters.
Public methodGetSpeciesFacts(IIndividualCategory)
Get a subset of this species fact list based on parameters.
Public methodGetSpeciesFacts(IndividualCategoryList)
Method that returns a filtered version of this species fact list. The filtering is done on individual categories.
Public methodGetSpeciesFacts(IPeriod)
Get a subset of this species fact list based on parameters.
Public methodGetSpeciesFacts(ISpeciesFactQuality)
Get a subset of this species fact list by quality.
Public methodGetSpeciesFacts(ITaxon)
Get a subset of this species fact list based on parameters.
Public methodGetSpeciesFacts(PeriodList)
Method that returns a filtered version of this species fact list. The filtering is done on Periods.
Public methodGetSpeciesFacts(ITaxon, IIndividualCategory, IFactor, IPeriod)
Get a subset of this species fact list based on parameters.
Public methodGetSpeciesFacts(IndividualCategoryList, PeriodList, TaxonList, TaxonList, FactorList)
Method that returns a filtered version of this species fact list. The filtering is done on several parameters.
Public methodGetSpeciesFactsByHosts
Method that returns a filtered version of this species fact list. The filtering is done on hosts.
Public methodGetSpeciesFactsByTaxa
Method that returns a filtered version of this species fact list. The filtering is done on Taxa.
Public methodGetTaxa
Get all unique taxa in this species fact list.
Public methodMerge
Merge empty species fact into this species fact list. The empty species fact is defined by the specified combination of factor, host, individual category, period and taxon.
Public methodRemoveSpeciesFactsWithBadQuality
Remove species facts, from this list, that has bad quality.
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.)
Public Extension MethodToDictionaryGroupedByTaxonIdThenFactorId
Creates a dictionary where the species facts is grouped by TaxonId and then FactorId.
(Defined by SpeciesFactListExtension.)
Top
See Also