Click or drag to resize
TaxonName Class
This class represents a taxon name.
Inheritance Hierarchy

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonName : UpdateInformation, ITaxonName, 
	IUpdateInformation, IDataId32

The TaxonName type exposes the following members.

Constructors
  NameDescription
Public methodTaxonName
Initializes a new instance of the TaxonName class
Top
Properties
  NameDescription
Public propertyAuthor
Author of this taxon name.
Public propertyCategory
Gets or sets NameCategory.
Public propertyChangedInTaxonRevisionEventId
Gets or sets RevisionEventId
Public propertyDataContext
Data context.
Public propertyDescription
Gets or sets Description.
Public propertyGuid
Gets or sets GUID.
Public propertyId
Id for this taxon name.
Public propertyIsOkForSpeciesObservation
IsOkForObsSystems
Public propertyIsOriginalName
Gets or sets IsOriginalName
Public propertyIsPublished
Gets or sets IsPublished
Public propertyIsRecommended
IsRecommended
Public propertyIsUnique
IsUnique
Public propertyModifiedByPerson
PersonName
Public propertyName
Name for this taxon name.
Public propertyNameUsage
Name usage of this taxon name.
Public propertyReplacedInTaxonRevisionEventId
Gets or sets ChangedInRevisionEventId
Public propertyStatus
Status of this taxon name.
Public propertyTaxon
Taxon that this name belongs to.
Public propertyValidFromDate
Date user is valid from. Not Null. Is set to date created by default. Mandatory ie always required.
Public propertyValidToDate
Date user is valid to. Not Null. Is set to date created + 100 years by default. Mandatory ie always required.
Public propertyVersion
Version of this taxon name.
Top
Methods
  NameDescription
Public methodClone
Get a copy of this TaxonName.
Public methodGetChangedInRevisionEvent
Gets RevisionEvent.
Public methodGetReferences
Gets References.
Public methodGetReplacedInRevisionEvent
Gets ChangedInRevisionEvent.
Public methodSetChangedInRevisionEvent
Sets RevisionEvent.
Public methodSetReferences
Sets References.
Public methodSetReplacedInRevisionEvent
Sets ChangedInRevisionEvent.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
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