Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<DigitalGoodGroup,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<DigitalGoodGroup,int>) |
![]() | CountForDigitalGood | Counts the number of DigitalGoodGroup objects for the given digitalGoodId in the database. |
![]() | CountForGroup | Counts the number of DigitalGoodGroup objects for the given GroupId in the database. |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<DigitalGoodGroup,int>) |
![]() | Load | Loads the DigitalGoodGroup object for digitalGoodId and GroupId |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<DigitalGoodGroup,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<DigitalGoodGroup,int>) |
![]() | LoadForDigitalGood | Loads a collection of DigitalGoodGroup objects for the given digitalGoodId from the database |
![]() | LoadForGroup | Loads a collection of DigitalGoodGroup objects for the given GroupId from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<DigitalGoodGroup,int>) |