Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TaxDto.TaxRow

Represents strongly named DataRow class.

Inheritance
System.Object
TaxDto.TaxRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class TaxRow : DataRow

Properties

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SortOrder

Declaration
public int SortOrder { get; set; }
Property Value
Type Description
System.Int32

TaxId

Declaration
public int TaxId { get; set; }
Property Value
Type Description
System.Int32

TaxType

Declaration
public int TaxType { get; set; }
Property Value
Type Description
System.Int32

Methods

GetTaxLanguageRows()

Declaration
public TaxDto.TaxLanguageRow[] GetTaxLanguageRows()
Returns
Type Description
TaxDto.TaxLanguageRow[]

GetTaxValueRows()

Declaration
public TaxDto.TaxValueRow[] GetTaxValueRows()
Returns
Type Description
TaxDto.TaxValueRow[]