Click or drag to resize
WebTaxonName Class
This class represents a taxon name. The following dynamic properties exists: NameUsageId (Int32), Version (Int32), ModifiedByPerson (String)
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebTaxonName : WebData

The WebTaxonName type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxonName
Initializes a new instance of the WebTaxonName class
Top
Properties
  NameDescription
Public propertyAuthor
Author of this taxon name. May be empty. Normally used together with scientific name.
Public propertyCategoryId
Taxon name category id.
Public propertyChangedInTaxonRevisionEventId
This taxon name values are part of a revision if a revision event id is specified. This means that this taxon name is working material.
Public propertyCreatedBy
Id of user that created the taxon name. Set by web service when taxon name is created.
Public propertyCreatedDate
Date and time when the taxon name was created. Set by web service when taxon name is created.
Public propertyDescription
Description of this taxon name.
Public propertyGuid
GUID for this taxon name.
Public propertyId
Unique id for this taxon name.
Public propertyIsChangedInTaxonRevisionEventIdSpecified
Specifies if property RevisionEventId contains a value or not.
Public propertyIsOkForReportingSpeciesObservations
Indicates whether this taxon name is appropriate to use when reporting species observations. This property is currently not used.
Public propertyIsOkForSpeciesObservation
Indicates if it this taxon name may be used in species observation systems.
Public propertyIsOriginalName
Indicates if this is the original taxon name.
Public propertyIsPublished
Indicates if this taxon name has been published.
Public propertyIsRecommended
Indicates if this name is the recommended name in the specified taxon name category.
Public propertyIsReplacedInTaxonRevisionEventIdSpecified
Specifies if property ReplacedInTaxonRevisionEventId contains a value or not.
Public propertyIsUnique
Indicates if this taxon name is unique.
Public propertyModifiedBy
Last modified by the user with this id. Set by web service when taxon name is modified.
Public propertyModifiedDate
Last modified at this date. Set by web service when taxon name is modified.
Public propertyName
Name of this taxon name.
Public propertyReplacedInTaxonRevisionEventId
This taxon name has been checked out into a revision if ChangedInRevisionEventId has been specified. The property ChangedInRevisionEventId works as a flag that the taxon name may change in the future but the taxon name is used as normally in the mean time. Property IsChangedInRevisionEventIdSpecified indicates if property ChangedInRevisionEventId has a value or not.
Public propertyStatusId
Taxon name status id.
Public propertyTaxon
Taxon that this name belongs to.
Public propertyValidFromDate
Date taxon name is valid from. Is set to today when taxon name is created if ValidFromDate has the value 0001-01-01 00:00:00.0000000.
Public propertyValidToDate
Date taxon name is valid to. Is set to date 2444-08-01 when taxon name is created if ValidToDate has the value 0001-01-01 00:00:00.0000000.
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