Click or drag to resize
WebLumpSplitEvent Class
Information about a taxonomic change of an existing taxon.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebLumpSplitEvent

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

The WebLumpSplitEvent type exposes the following members.

Constructors
  NameDescription
Public methodWebLumpSplitEvent
Initializes a new instance of the WebLumpSplitEvent class
Top
Properties
  NameDescription
Public propertyChangedInTaxonRevisionEventId
This lump split event was created or updated in this revision event.
Public propertyCreatedBy
Id of user that created the lump split event. Set by database when created. Mandatory ie always required.
Public propertyCreatedDate
The lump split event was created at this date. Set by database when created. Mandatory ie always required.
Public propertyDescription
Information about the change.
Public propertyGuid
GUID (Globally Unique Identifier) for this object. It is a LSID, which is unique for each version of the record holding the information included in this object. It is updated automatically by database each time information is saved. Mandatory ie always required.
Public propertyId
Id of the lump split event.
Public propertyIsChangedInTaxonRevisionEventIdSpecified
Indicates if property ChangedInRevisionEventId has been set.
Public propertyIsPublished
Indicates if this change has been published or not.
Public propertyIsReplacedInTaxonRevisionEventIdSpecified
Indicates if property ReplacedInRevisionEvent has been set.
Public propertyReplacedInTaxonRevisionEventId
This lump split event was replaced in this revision event.
Public propertyTaxonIdAfter
Changed taxon (specified in TaxonIdBefore) was replaced by taxon with this id (TaxonIdAfter).
Public propertyTaxonIdBefore
Id of taxon that was changed.
Public propertyTypeId
Id of the lump split 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