Click or drag to resize
PersonTaxonNameTypeId Property
Selected Taxon name type id. Id represents the name type in the taxonomic database called Dyntaxa. Not null. It is by default set to 0 which correspond to Scientific names. It should reflect the persons preferens for how taxon names should be presented.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public int TaxonNameTypeId { get; set; }

Property Value

Type: Int32

Implements

IPersonTaxonNameTypeId
See Also