Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectISearchableRepository<(Of <(<'TEntity, TIdentity>)>)>

ISearchableRepository<(Of <(<'TEntity, TIdentity>)>)> Interface
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 MembersMethods    



MemberDescription
Search<(Of <<'(TSpecializedEntity>)>>)(ISpecification<(Of <<'(TSpecializedEntity>)>>))
Search the TSpecializedEntity that satify the specification provided.
blog comments powered by Disqus