TaxClassInfoProvider GetItemTaxClassInternal Method Kentico 8.0 API Reference
Returns ITaxClassInfo object created from the given data row.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

dr
Type: OnlineSystem.Data DataRow
Data row with the tax calculated data. Names of data row columns: TaxClassID, TaxClassDisplayName, TaxClassZeroIfIDSupplied, TaxValue, TaxIsFlat, TaxIsGlobal

Return Value

Type: IItemTax
See Also