Class CatalogTaxDto.TaxCategoryDataTable
  
  Represents the strongly named DataTable class.
    Inheritance
    System.Object
    CatalogTaxDto.TaxCategoryDataTable
   
  
  Assembly: Mediachase.Commerce.dll
  Version: 14.26.0
  
  
    public class TaxCategoryDataTable : TypedTableBase<CatalogTaxDto.TaxCategoryRow>
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public TaxCategoryDataTable()
   
  
  
  
  TaxCategoryDataTable(SerializationInfo, StreamingContext)
  
  
  Declaration
  
    protected TaxCategoryDataTable(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 CatalogTaxDto.TaxCategoryRow this[int index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | index |  | 
    
  
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public DataColumn NameColumn { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Data.DataColumn |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DataColumn TaxCategoryIdColumn { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Data.DataColumn |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public void add_TaxCategoryRowChanged(CatalogTaxDto.TaxCategoryRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void add_TaxCategoryRowChanging(CatalogTaxDto.TaxCategoryRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void add_TaxCategoryRowDeleted(CatalogTaxDto.TaxCategoryRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void add_TaxCategoryRowDeleting(CatalogTaxDto.TaxCategoryRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void AddTaxCategoryRow(CatalogTaxDto.TaxCategoryRow row)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public CatalogTaxDto.TaxCategoryRow AddTaxCategoryRow(string Name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | Name |  | 
    
  
  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 CatalogTaxDto.TaxCategoryRow FindByTaxCategoryId(int TaxCategoryId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | TaxCategoryId |  | 
    
  
  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 CatalogTaxDto.TaxCategoryRow NewTaxCategoryRow()
   
  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 remove_TaxCategoryRowChanged(CatalogTaxDto.TaxCategoryRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void remove_TaxCategoryRowChanging(CatalogTaxDto.TaxCategoryRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void remove_TaxCategoryRowDeleted(CatalogTaxDto.TaxCategoryRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void remove_TaxCategoryRowDeleting(CatalogTaxDto.TaxCategoryRowChangeEventHandler value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public void RemoveTaxCategoryRow(CatalogTaxDto.TaxCategoryRow row)
   
  Parameters
  
  Events
  
  
  
  
  
  
  Declaration
  
    public event CatalogTaxDto.TaxCategoryRowChangeEventHandler TaxCategoryRowChanged
   
  Event Type
  
  
  
  
  
  
  Declaration
  
    public event CatalogTaxDto.TaxCategoryRowChangeEventHandler TaxCategoryRowChanging
   
  Event Type
  
  
  
  
  
  
  Declaration
  
    public event CatalogTaxDto.TaxCategoryRowChangeEventHandler TaxCategoryRowDeleted
   
  Event Type
  
  
  
  
  
  
  Declaration
  
    public event CatalogTaxDto.TaxCategoryRowChangeEventHandler TaxCategoryRowDeleting
   
  Event Type