Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>) |
![]() | CountForOption | Counts the number of OptionChoice objects for the given OptionId in the database. |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>) |
![]() | GetAvailableChoices | Gets available choices for a product for given option |
![]() | Load | Retrieves the OptionChoice entities matching the given ids. |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>) |
![]() | LoadForOption | Loads a collection of OptionChoice objects for the given OptionId from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>) |