Class TaxDto.TaxLanguageDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
TaxDto.TaxLanguageDataTable
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class TaxLanguageDataTable : TypedTableBase<TaxDto.TaxLanguageRow>
Constructors
Declaration
public TaxLanguageDataTable()
TaxLanguageDataTable(SerializationInfo, StreamingContext)
Declaration
protected TaxLanguageDataTable(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
Properties
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DataColumn DisplayNameColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public TaxDto.TaxLanguageRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Declaration
public DataColumn LanguageCodeColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn TaxIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn TaxLanguageIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
Declaration
public void AddTaxLanguageRow(TaxDto.TaxLanguageRow row)
Parameters
Declaration
public TaxDto.TaxLanguageRow AddTaxLanguageRow(string DisplayName, string LanguageCode, TaxDto.TaxRow parentTaxRowByFK_Tax_TaxLanguage)
Parameters
Type |
Name |
Description |
System.String |
DisplayName |
|
System.String |
LanguageCode |
|
TaxDto.TaxRow |
parentTaxRowByFK_Tax_TaxLanguage |
|
Returns
Declaration
public override DataTable Clone()
Returns
Type |
Description |
System.Data.DataTable |
|
Declaration
protected override DataTable CreateInstance()
Returns
Type |
Description |
System.Data.DataTable |
|
Declaration
public TaxDto.TaxLanguageRow FindByTaxLanguageId(int TaxLanguageId)
Parameters
Type |
Name |
Description |
System.Int32 |
TaxLanguageId |
|
Returns
Declaration
protected override Type GetRowType()
Returns
Type |
Description |
System.Type |
|
Declaration
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
Parameters
Type |
Name |
Description |
System.Xml.Schema.XmlSchemaSet |
xs |
|
Returns
Type |
Description |
System.Xml.Schema.XmlSchemaComplexType |
|
Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type |
Name |
Description |
System.Data.DataRowBuilder |
builder |
|
Returns
Type |
Description |
System.Data.DataRow |
|
Declaration
public TaxDto.TaxLanguageRow NewTaxLanguageRow()
Returns
Declaration
protected override void OnRowChanged(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowChanging(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowDeleted(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowDeleting(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
public void RemoveTaxLanguageRow(TaxDto.TaxLanguageRow row)
Parameters
Events
Declaration
public event TaxDto.TaxLanguageRowChangeEventHandler TaxLanguageRowChanged
Event Type
Declaration
public event TaxDto.TaxLanguageRowChangeEventHandler TaxLanguageRowChanging
Event Type
Declaration
public event TaxDto.TaxLanguageRowChangeEventHandler TaxLanguageRowDeleted
Event Type
Declaration
public event TaxDto.TaxLanguageRowChangeEventHandler TaxLanguageRowDeleting
Event Type