Class TaxDto.TaxLanguageRow
Represents strongly named DataRow class.
Inheritance
System.Object
TaxDto.TaxLanguageRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class TaxLanguageRow : DataRow
Properties
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int TaxId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TaxLanguageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public TaxDto.TaxRow TaxRow { get; set; }
Property Value