Definition
Namespace: EntityDb.Abstractions.Transactions.Steps
Assembly: EntityDb.Abstractions
Represents a modification to an entity.
1
public interface ITransactionStep
Properties
EntityId | The id of the entity. |
Entity | The state of the entity associated with this step. |
EntityVersionNumber | The version number associated with this step. |