Click or drag to resize
TaxonRevisionEvent Class
RevisionEvent
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataTaxonRevisionEvent

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

The TaxonRevisionEvent type exposes the following members.

Constructors
  NameDescription
Public methodTaxonRevisionEvent
Initializes a new instance of the TaxonRevisionEvent class
Top
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 propertyId
Id for the taxon revision event.
Public propertyNewValue
New value.
Public propertyOldValue
Old value.
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.)
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