Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItemInput,int>) |
![]() | CountForBasketItem | Counts the number of BasketItemInput objects for the given BasketItemId in the database. |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItemInput,int>) |
![]() | CountForInputField | Counts the number of BasketItemInput objects for the given InputFieldId in the database. |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItemInput,int>) |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItemInput,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItemInput,int>) |
![]() | LoadForBasketItem | Loads a collection of BasketItemInput objects for the given BasketItemId from the database |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItemInput,int>) |
![]() | LoadForInputField | Loads a collection of BasketItemInput objects for the given InputFieldId from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItemInput,int>) |