TaxClassInfoProviderGetItemTaxClassInternal Method |
Returns ITaxClassInfo object created from the given data row.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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, TaxIsFlat, TaxIsGlobal
Return Value
Type:
IItemTaxSee Also