public ste_serieRowChangeEvent(ste_serieRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addste_serieRow(ste_serieRow row) { this.Rows.Add(row); }
public void Removeste_serieRow(ste_serieRow row) { this.Rows.Remove(row); }
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; }