London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class TaxDto.TaxRow

Represents strongly named DataRow class.

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