Click or drag to resize
ISpeciesFactManager Interface
Interface that handles species fact related information.

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

The ISpeciesFactManager type exposes the following members.

Properties
  NameDescription
Public propertyDataSource
This property is used to retrieve or update species fact information.
Top
Methods
  NameDescription
Public methodGetDefaultSpeciesFactQuality
Get default species fact quality.
Public methodGetSpeciesFact(IUserContext, ITaxon, IIndividualCategory, IFactor, ITaxon, IPeriod)
Get an empty (only default data) SpeciesFact instance.
Public methodGetSpeciesFact(IUserContext, Int32, ITaxon, IIndividualCategory, IFactor, ITaxon, IPeriod, Double, Boolean, Double, Boolean, Double, Boolean, String, Boolean, String, Boolean, ISpeciesFactQuality, IReference, String, DateTime)
Creates a species fact instance with data from data source.
Public methodGetSpeciesFactIdentifier(ITaxon, IIndividualCategory, IFactor, ITaxon, IPeriod)
Method that generates an unique identifier for a species fact.
Public methodGetSpeciesFactIdentifier(Int32, Int32, Int32, Boolean, Int32, Boolean, Int32)
Method that generates an unique identifier for a species fact.
Public methodGetSpeciesFactQualities
Get all species fact qualities.
Public methodGetSpeciesFactQuality(IUserContext, SpeciesFactQualityId)
Get species fact quality with specified id.
Public methodGetSpeciesFactQuality(IUserContext, Int32)
Get species fact quality with specified id.
Public methodGetSpeciesFacts(IUserContext, ISpeciesFactSearchCriteria)
Get information about species facts that matches search criteria.
Public methodGetSpeciesFacts(IUserContext, SpeciesFactList)
Get species facts with specified identifiers. Only existing species facts are returned, e.g. species fact identifiers that does not match existing species fact does not affect the returned species facts.
Public methodGetSpeciesFacts(IUserContext, ListInt32)
Get information about all species facts.
Public methodGetTaxa
Get taxa that matches fact search criteria.
Public methodGetTaxaCount
Get taxa count of taxa that matches search criteria.
Public methodUpdateSpeciesFacts(IUserContext, SpeciesFactList)
Update species facts in RAM memory with latest information from data source. This method works on species facts both with and without id.
Public methodUpdateSpeciesFacts(IUserContext, SpeciesFactList, IReference)
Update values for species facts. This method updates information in data source but it does not update the species fact objects in the client.
Top
See Also