Click or drag to resize
ITaxonRevisionEventType Interface
This interface handles information about a taxon revision event type.

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

The ITaxonRevisionEventType type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Data context with meta information about this object.
Public propertyDescription
Name of the taxon revision event type.
Public propertyIdentifier
Unique identifier of the taxon revision event type.
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