Click or drag to resize
ITaxonRevisionEvent Interface
Information about a revision event

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

The ITaxonRevisionEvent type exposes the following members.

Properties
  NameDescription
Public propertyAffectedTaxa
Information about affected taxa.
Public propertyCreatedBy
Id of 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 propertyDataContext
Data context with meta information about this object.
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 propertyType
Type of taxon revision event.
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