Class TaxDto.TaxRow
Represents strongly named DataRow class.
Inheritance
System.Object
TaxDto.TaxRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class TaxRow : DataRow
Properties
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TaxId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TaxType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public TaxDto.TaxLanguageRow[] GetTaxLanguageRows()
Returns
Declaration
public TaxDto.TaxValueRow[] GetTaxValueRows()
Returns