Home IEntitiesAnnotation<TData> Interface
Post
Cancel

IEntitiesAnnotation<TData> Interface

Definition

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

Represents data for multiple entities that have already been committed, along with relevant information not contained in the data.

1
public interface IEntitiesAnnotation<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.
EntityIds The entity ids associated with the data.
Data The data.
This post is licensed under CC BY 4.0 by the author.