Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / IStoreRepository Interface

In This Topic
    IStoreRepository Interface Methods
    In This Topic

    For a list of all members of this type, see IStoreRepository members.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Store,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Store,int>)
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Store,int>)
     Method Gets the highest order number assigned for a store.  
     Method Gets the next order number for a store  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Store,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Store,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Store,int>)
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Store,int>)
     MethodOverloaded.  Sets the next order number for the store  
    Top
    See Also