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