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