Click or drag to resize
WebTaxonProperties Class
TODO: Update summary.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebTaxonProperties

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 WebTaxonProperties : WebData

The WebTaxonProperties type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxonProperties
Initializes a new instance of the WebTaxonProperties class
Top
Properties
  NameDescription
Public propertyAlertStatusId
Gets or sets AlertStatus.
Public propertyChangedInTaxonRevisionEvent
Gets or sets ChangedInTaxonRevisionEvent.
Public propertyConceptDefinition
Full concept definition for a taxon. Not required ie could be null.
Public propertyId
Gets or sets Id.
Public propertyIsPublished
Gets or sets IsPublished.
Public propertyIsValid
Gets or sets IsValid
Public propertyModifiedBy
Gets or sets ModifiedBy.
Public propertyModifiedDate
Gets or sets ModifiedDate.
Public propertyPartOfConceptDefinition
Part of concept definition for a taxon. Not required ie could be null.
Public propertyReplacedInTaxonRevisionEvent
Gets or sets ReplacedInTaxonRevisionEvent.
Public propertyTaxon
Gets or sets Taxon.
Public propertyTaxonCategory
Gets or sets TaxonCategory.
Public propertyValidFromDate
Gets or sets ValidFromDate.
Public propertyValidToDate
Gets or sets ValidToDate.
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