Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IRepositoryWithTypedId<TEntity,TId> Interface
Methods

In This Topic
Version
IRepositoryWithTypedId<TEntity,TId> Interface Members
In This Topic

The following tables list the members exposed by IRepositoryWithTypedId<TEntity,TId>.

Public Methods
 NameDescription
 Method Count all items in the database  
 Method Count all items matching the criteria  
 MethodOverloaded.  Deletes an item from the database  
 Method Load item given the primary key  
 Method Load all items  
 Method Load all items matching the criteria  
 Method Saves item to the database  
Top
See Also