Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WrapStyle,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WrapStyle,int>) | |
CountForTaxCode | Counts the number of WrapStyle objects for the given TaxCodeId in the database. | |
CountForWrapGroup | Counts the number of WrapStyle objects for the given WrapGroupId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WrapStyle,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WrapStyle,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WrapStyle,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WrapStyle,int>) | |
LoadForTaxCode | Loads a collection of WrapStyle objects for the given TaxCodeId from the database | |
LoadForWrapGroup | Loads a collection of WrapStyle objects for the given WrapGroupId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WrapStyle,int>) |