Click or drag to resize
ISpeciesFactDataSource Interface
This interface is used to handle species fact quality related information.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ISpeciesFactDataSource : IDataSource

The ISpeciesFactDataSource type exposes the following members.

Methods
  NameDescription
Public methodCreateSpeciesFacts
Create species facts.
Public methodDeleteSpeciesFacts
Delete species facts.
Public methodGetSpeciesFactQualities
Get all species fact qualities.
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 fact search criteria.
Public methodUpdateSpeciesFacts
Update species facts.
Top
See Also