Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TaxRule,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TaxRule,int>) | |
CountForStore | Counts the number of TaxRule objects for the given StoreId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TaxRule,int>) | |
GetTaxRuleByName | Gets the tax rule given the name | |
GetTaxRuleIdByName | Gets the ID of the tax rule given the name | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TaxRule,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TaxRule,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TaxRule,int>) | |
LoadForStore | Loads a collection of TaxRule objects for the given StoreId from the database | |
LoadForTaxCodes | Loads rules that may apply for the given tax codes and address information | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TaxRule,int>) |