public ste_clienteRowChangeEvent(ste_clienteRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public ste_envioRow Addste_envioRow(ste_clienteRow parentste_clienteRowByfk_ste_envio_ste_cliente, System.DateTime envfecha_registro, string envdireccion_origen, string envdireccion_destino, string envdestinatario, string envrucdestinatario, ste_serieRow parentste_serieRowByfk_ste_envio_ste_serie, long envnumcomprobante, int envtipocomprobante) {
     ste_envioRow rowste_envioRow = ((ste_envioRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             null,
             envfecha_registro,
             envdireccion_origen,
             envdireccion_destino,
             envdestinatario,
             envrucdestinatario,
             null,
             envnumcomprobante,
             envtipocomprobante};
     if ((parentste_clienteRowByfk_ste_envio_ste_cliente != null)) {
         columnValuesArray[1] = parentste_clienteRowByfk_ste_envio_ste_cliente[0];
     }
     if ((parentste_serieRowByfk_ste_envio_ste_serie != null)) {
         columnValuesArray[7] = parentste_serieRowByfk_ste_envio_ste_serie[0];
     }
     rowste_envioRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowste_envioRow);
     return rowste_envioRow;
 }
 public ste_clinaturalRow Addste_clinaturalRow(ste_clienteRow parentste_clienteRowByfk_ste_clinatural_ste_cliente, string natnombres, string natapellidos, string natdni) {
     ste_clinaturalRow rowste_clinaturalRow = ((ste_clinaturalRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             natnombres,
             natapellidos,
             natdni};
     if ((parentste_clienteRowByfk_ste_clinatural_ste_cliente != null)) {
         columnValuesArray[0] = parentste_clienteRowByfk_ste_clinatural_ste_cliente[0];
     }
     rowste_clinaturalRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowste_clinaturalRow);
     return rowste_clinaturalRow;
 }
 public ste_clijuridicoRow Addste_clijuridicoRow(ste_clienteRow parentste_clienteRowByfk_ste_clijuridico_ste_cliente, string jurrepresentante, string jurrazonsocial) {
     ste_clijuridicoRow rowste_clijuridicoRow = ((ste_clijuridicoRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             jurrepresentante,
             jurrazonsocial};
     if ((parentste_clienteRowByfk_ste_clijuridico_ste_cliente != null)) {
         columnValuesArray[0] = parentste_clienteRowByfk_ste_clijuridico_ste_cliente[0];
     }
     rowste_clijuridicoRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowste_clijuridicoRow);
     return rowste_clijuridicoRow;
 }
 public void Removeste_clienteRow(ste_clienteRow row) {
     this.Rows.Remove(row);
 }
 public void Addste_clienteRow(ste_clienteRow row) {
     this.Rows.Add(row);
 }