Home
EntityDb Documentation
Cancel

ITransactionBuilderFactory<TEntity> Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Builders Assembly: EntityDb.Abstractions Represents a type used to create instances of ITransactionBuilder&lt;TEntity&gt; or ISingleEntityT...

ITransactionBuilder<TEntity> Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Builders Assembly: EntityDb.Abstractions Provides a way to construct an ITransaction. Note that no operations are permanent until you call ...

ISingleEntityTransactionBuilder<TEntity> Interface

Definition Namespace: EntityDb.Abstractions.Transactions.Builders Assembly: EntityDb.Abstractions A transaction builder for a single entity. public interface ISingleEntityTransactionBuilder&lt;TE...

ITag Interface

Definition Namespace: EntityDb.Abstractions.Tags Assembly: EntityDb.Abstractions Represents a single metadata property, which can be used to query the current state of an entity. public interface...

ISnapshotRepositoryFactory<TSnapshot> Interface

Definition Namespace: EntityDb.Abstractions.Snapshots Assembly: EntityDb.Abstractions Represents a type used to create instances of ISnapshotRepository&lt;TSnapshot&gt; public interface ISnapshotR...

ISnapshotRepository<TSnapshot> Interface

Definition Namespace: EntityDb.Abstractions.Snapshots Assembly: EntityDb.Abstractions Represents a collection of TSnapshot snapshots. public interface ISnapshotRepository&lt;TSnapshot&gt; : Entit...

IReducer<TState> Interface

Definition Namespace: EntityDb.Abstractions.Reducers Assembly: EntityDb.Abstractions Represents a type that can reduce one state into another state. public interface IReducer&lt;TState&gt; Type ...

ITagSortBuilder<TSort> Interface

Definition Namespace: EntityDb.Abstractions.Queries.SortBuilders Assembly: EntityDb.Abstractions Builds a sort for a tag query. public interface ITagSortBuilder&lt;TSort&gt; : EntityDb.Abstractio...

ISortBuilder<TSort> Interface

Definition Namespace: EntityDb.Abstractions.Queries.SortBuilders Assembly: EntityDb.Abstractions Builds a sort for an object repository. Possible objects include: agentSignatures, commands, facts,...

ILeaseSortBuilder<TSort> Interface

Definition Namespace: EntityDb.Abstractions.Queries.SortBuilders Assembly: EntityDb.Abstractions Builds a sort for a lease query. public interface ILeaseSortBuilder&lt;TSort&gt; : EntityDb.Abstra...