Name | Description | |
---|---|---|
![]() | WishlistRepository Constructor |
The following tables list the members exposed by WishlistRepository.
Name | Description | |
---|---|---|
![]() | WishlistRepository Constructor |
Name | Description | |
---|---|---|
![]() | 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>) |
![]() | CountForUser | |
![]() | Delete | Overloaded. (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) |
![]() | 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>) |
![]() | LoadForUser | Overloaded. Loads a collection of Wishlist objects for the given UserId from the database |
![]() | LoadForViewCode | |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<Wishlist>) |
![]() | Search | Search wishlists matching the given name |
Name | Description | |
---|---|---|
![]() | ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |