Repository of TEntity that can be searched by ISpecification<(Of <(<'TCandidate>)>)>.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
public interface ISearchableRepository<TEntity, TIdentity> : IRepository<TEntity, TIdentity> where TEntity : class where TIdentity : Object, IEquatable<TIdentity>
Generic Template Parameters
- TEntity
- Type of the entity of interest.
- TIdentity
- Type of the identity of TEntity.
Members
All Members | Methods | ||||
Member | Description | |
---|---|---|
Search<(Of <<'(TSpecializedEntity>)>>)(ISpecification<(Of <<'(TSpecializedEntity>)>>)) |
Search the TSpecializedEntity that satify the specification provided.
|