Name | Description | |
---|---|---|
![]() | WishlistItemRepository Constructor |
The following tables list the members exposed by WishlistItemRepository.
Name | Description | |
---|---|---|
![]() | WishlistItemRepository Constructor |
Name | Description | |
---|---|---|
![]() | BeforeSave | Overridden. |
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | CountForProduct | |
![]() | CountForWishlist | |
![]() | Delete | Overloaded. (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | DeleteForProduct | Delets all WishlistItem objects from database for given product Id |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | LoadForProduct | |
![]() | LoadForWishlist | |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<WishlistItem>) |
Name | Description | |
---|---|---|
![]() | ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |