Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<KitComponent,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<KitComponent,int>) | |
CountForMemberProduct | Counts the number of KitComponent objects for a given member product | |
CountForStore | Counts the number of KitComponent objects for the given StoreId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<KitComponent,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<KitComponent,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<KitComponent,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<KitComponent,int>) | |
LoadForMemberProduct | Loads a collection of KitComponent objects for a given member product | |
LoadForStore | Loads a collection of KitComponent objects for the given StoreId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<KitComponent,int>) | |
Search | Overloaded. Searches for kit components for given product name and component name | |
SearchCount | Counts the number of kit components for given product name and component name |