Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IRepositoryWithTypedId<TEntity,TId> Interface
The type of entity that the repository operates on. Must be of type IEntity.
The type of Id associated with TEntity type.
Members
In This Topic
    IRepositoryWithTypedId<TEntity,TId> Interface
    In This Topic
    Defines the common interface for repositories
    Syntax
    public interface IRepositoryWithTypedId<TEntity,TId> 
    where TEntity: class, IEntityWithTypedId<TId>
    Type Parameters
    TEntity
    The type of entity that the repository operates on. Must be of type IEntity.
    TId
    The type of Id associated with TEntity type.
    See Also