Fork me on GitHubEpicdominant domains
APIEpicIRepository<(Of <(<'TEntity, TIdentity>)>)>

IRepository<(Of <(<'TEntity, TIdentity>)>)> Interface
Common interface of repositories.

Assembly: Epic.Core

Declaration Syntax
C#
public interface IRepository<TEntity, TIdentity>
where TEntity : class
where TIdentity : Object, IEquatable<TIdentity>
Generic Template Parameters
TEntity
Accessible entity.
TIdentity
TEntity's identifier.
Remarks

This is the base interface for repositories, in Epic.

Members
All MembersProperties    



MemberDescription
Item[([( TIdentity])])
Gets the TEntity identified by identity.
blog comments powered by Disqus