Home IEntityAnnotation<TData> Interface
Post
Cancel

IEntityAnnotation<TData> Interface

Definition

Namespace: EntityDb.Abstractions.Annotations
Assembly: EntityDb.Abstractions

Represents data for a single entity that has already been committed, along with relevant information not contained in the data.

1
public interface IEntityAnnotation<TData>

Type Parameters

TData
The type of data.

Properties

TransactionId The transaction id associated with the data.
TransactionTimeStamp The transaction timestamp associated with the data.
EntityId The entity id associated with the data.
EntityVersionNumber The entity version number associated with the data.
Data The data.
This post is licensed under CC BY 4.0 by the author.