Home
EntityDb Documentation
Cancel

ITransactionStep Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Steps Assembly: EntityDb.Abstractions Represents a modification to an entity. public interface ITransactionStep Properties EntityId The i...

IDeleteTagsTransactionStep Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Steps Assembly: EntityDb.Abstractions Represents a transaction step that deletes tags. public interface IDeleteTagsTransactionStep : Entit...

IDeleteLeasesTransactionStep Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Steps Assembly: EntityDb.Abstractions Represents a transaction step that deletes leases. public interface IDeleteLeasesTransactionStep : E...

IAppendCommandTransactionStep Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Steps Assembly: EntityDb.Abstractions Represents a transaction step that appends a command. public interface IAppendCommandTransactionStep...

IAddTagsTransactionStep Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Steps Assembly: EntityDb.Abstractions Represents a transaction step that adds tags. public interface IAddTagsTransactionStep : EntityDb.Ab...

IAddLeasesTransactionStep Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Steps Assembly: EntityDb.Abstractions Represents a transaction step that adds leases. public interface IAddLeasesTransactionStep : EntityD...

ITransactionSubscriber Interface

Definition Namespace: EntityDb.Abstractions.Transactions Assembly: EntityDb.Abstractions Represents a type that reacts to transactions that have been committed. public interface ITransactionSubsc...

ITransactionRepositoryFactory Interface

Definition Namespace: EntityDb.Abstractions.Transactions Assembly: EntityDb.Abstractions Represents a type used to create instances of ITransactionRepository. public interface ITransactionReposit...

ITransactionRepository Interface

Definition Namespace: EntityDb.Abstractions.Transactions Assembly: EntityDb.Abstractions Represents an explicit set of objects which represent a complete history of a set of entities. public inte...

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: agent...