Click or drag to resize
TaxonNameList Class
List class for the ITaxonName interface.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListITaxonName
    ArtDatabanken.DataDataListITaxonName
      ArtDatabanken.DataDataId32ListITaxonName
        ArtDatabanken.DataTaxonNameList

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonNameList : DataId32List<ITaxonName>

The TaxonNameList type exposes the following members.

Constructors
  NameDescription
Public methodTaxonNameList
Initializes a new instance of the TaxonNameList class
Top
Properties
  NameDescription
Public propertyAnamorphAuthor
Holds information on anamorph author
Public propertyAnamorphName
Holds information on anamorph name
Public propertyCommonSynonyms
Holds taxon names for names of type common synonymes.
Public propertyIdentifiers
Holds taxon names for names of identifies.
Public propertyOriginalAuthor
Holds information on original author
Public propertyOriginalName
Holds information on original name
Public propertyOtherNames
Holds taxon names for names of type other names.
Public propertyOtherRecommendedNames
Holds taxon names for names of type other recommended.
Public propertyOtherSynonyms
Holds taxon names for names of type other synonymes.
Public propertyScientificSynonyms
Holds taxon names for names of type secientific synonymes.
Top
Methods
  NameDescription
Public methodGetByVersion
Return TaxonName by version
Public methodGroupTaxonNameByCategories
Method that group ie sort taxon names into different categories.
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