Click or drag to resize
WebTaxonRevisionEvent Class
Class with information about a taxon revision event.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebTaxonRevisionEvent

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

The WebTaxonRevisionEvent type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxonRevisionEvent
Initializes a new instance of the WebTaxonRevisionEvent class
Top
Properties
  NameDescription
Public propertyAffectedTaxa
Information about which taxa that are affected.
Public propertyCreatedBy
Id for user who created this taxon revision event. Set by database when this taxon revision event was created.
Public propertyCreatedDate
Date when this taxon revision event was created. Set by database when this taxon revision event was created.
Public propertyId
Id for the taxon revision event.
Public propertyNewValue
Information about the new value.
Public propertyOldValue
Information about the old value. May be empty.
Public propertyRevisionId
Id of the revision that this taxon revision event belongs to.
Public propertyTypeId
Id for the taxon revision event type.
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