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

In This Topic
    IRepositoryWithTypedId<TEntity,TId> Interface Methods
    In This Topic

    For a list of all members of this type, see IRepositoryWithTypedId<TEntity,TId> members.

    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