Click or drag to resize
SpeciesFactDataSetSelection Class
This class holds selections that are used when a species fact data set is created or updated.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesFactDataSetSelection

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class SpeciesFactDataSetSelection : ISpeciesFactDataSetSelection, 
	ICloneable

The SpeciesFactDataSetSelection type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesFactDataSetSelection
Create a species fact data set selection instance.
Top
Properties
  NameDescription
Public propertyFactors
List of factors selected by user. This list is never set to null.
Public propertyHasFactors
Indication of whether or not the species fact data set selection holds any selection of factors.
Public propertyHasHosts
Indication of whether or not the species fact data set selection holds any selection of hosts.
Public propertyHasIndividualCategories
Indication of whether or not the species fact data set selection holds any selection of individual categories.
Public propertyHasPeriods
Indication of whether or not the species fact data set selection holds any selection of periods.
Public propertyHasReferences
Indication of whether or not the species fact data set selection holds any selection of references.
Public propertyHasTaxa
Indication of whether or not the species fact data set selection holds any selection of taxa.
Public propertyHosts
List of host taxa selected by user. This list is never set to null.
Public propertyIndividualCategories
List of individual categories selected by user. This list is never set to null.
Public propertyPeriods
List of periods selected by user. This list is never set to null.
Public propertyReferences
List of references selected by user. This list is never set to null.
Public propertyTaxa
List of taxa selected by user. This list is never set to null.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
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