SaaS CMS has officially launched! Learn more now.

Class TaxDto.TaxRow

Represents strongly named DataRow class.

Inheritance
System.Object
TaxDto.TaxRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
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[]