Home ITransaction Interface
Post
Cancel

ITransaction Interface

Definition

Namespace: EntityDb.Abstractions.Transactions
Assembly: EntityDb.Abstractions

Represents a set of objects which must be committed together or not at all. Possible objects include: agentSignatures, commands, leases, and tags.

1
public interface ITransaction

Properties

Id The id associated with the set of objects.
TimeStamp The date and time associated with the set of objects.
AgentSignature The signature of the agent who requested this transaction.
Steps A series of sets of modifiers for a set of entities.
This post is licensed under CC BY 4.0 by the author.