Click or drag to resize
ITaxonName Interface
Interface for TaxonName

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

The ITaxonName type exposes the following members.

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 propertyIsOkForSpeciesObservation
IsOkForSpeciesObservation
Public propertyIsOriginalName
Gets or sets IsOriginalName
Public propertyIsPublished
Gets or sets IsPublished
Public propertyIsRecommended
IsRecommended
Public propertyIsUnique
IsUnique
Public propertyModifiedByPerson
Last modified by the person with this name.
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 name belongs to this taxon.
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 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.)
Top
See Also