Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductKitComponent,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductKitComponent,int>) |
![]() | CountForKitComponent | Counts the number of ProductKitComponent objects for the given KitComponentId in the database. |
![]() | CountForProduct | Counts the number of ProductKitComponent objects for the given ProductId in the database. |
![]() | Delete | Deletes a ProductKitComponent object with given id from the database |
![]() | Load | Load a ProductKitComponent object for the given primary key from the database. |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductKitComponent,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductKitComponent,int>) |
![]() | LoadForKitComponent | Loads a collection of ProductKitComponent objects for the given KitComponentId from the database |
![]() | LoadForProduct | Loads a collection of ProductKitComponent objects for the given ProductId from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductKitComponent,int>) |