Home
EntityDb Documentation
Cancel

ICommandFilterBuilder<TFilter> Interface

Definition Namespace: EntityDb.Abstractions.Queries.FilterBuilders Assembly: EntityDb.Abstractions Builds a TFilter for a command query. public interface ICommandFilterBuilder&lt;TFilter&gt; : En...

IAgentSignatureFilterBuilder<TFilter> Interface

Definition Namespace: EntityDb.Abstractions.Queries.FilterBuilders Assembly: EntityDb.Abstractions Builds a TFilter for a agentSignature query. public interface IAgentSignatureFilterBuilder&lt;TF...

IProjectionRepositoryFactory<TProjection> Interface

Definition Namespace: EntityDb.Abstractions.Projections Assembly: EntityDb.Abstractions Represents a type used to create instances of IProjectionRepository&lt;TProjection&gt; public interface IPro...

IProjectionRepository<TProjection> Interface

Definition Namespace: EntityDb.Abstractions.Projections Assembly: EntityDb.Abstractions Encapsulates the snapshot repository for a projection. public interface IProjectionRepository&lt;TProjectio...

ILease Interface

Definition Namespace: EntityDb.Abstractions.Leases Assembly: EntityDb.Abstractions Represents a single metadata property and the context in which the metadata property must be unique. public inte...

IEntityRepositoryFactory<TEntity> Interface

Definition Namespace: EntityDb.Abstractions.Entities Assembly: EntityDb.Abstractions Represents a type used to create instances of IEntityRepository&lt;TEntity&gt; public interface IEntityReposito...

IEntityRepository<TEntity> Interface

Definition Namespace: EntityDb.Abstractions.Entities Assembly: EntityDb.Abstractions Encapsulates the transaction repository and the snapshot repository of an entity. public interface IEntityRepo...

IDisposableResource Interface

Definition Namespace: EntityDb.Abstractions.Disposables Assembly: EntityDb.Abstractions Marks a resource as disposable and provides a default implementation. public interface IDisposableResource ...

IEntityAnnotation<TData> Interface

Definition Namespace: EntityDb.Abstractions.Annotations Assembly: EntityDb.Abstractions Represents data for a single entity that has already been committed, along with relevant information not con...

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