Click or drag to resize
TaxClassInfoProviderGetItemTaxClassInternal Method
Returns ITaxClassInfo object created from the given data row.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual IItemTax GetItemTaxClassInternal(
	DataRow dr
)

Parameters

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

Return Value

Type: IItemTax
See Also