Exemplo n.º 1
0
            public tpu_ComprobantesPagoRow Addtpu_ComprobantesPagoRow(string IdComprobantePago, string IdResponsable, string IdAutorizacion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa, string IdInstanciaCaja)
            {
                tpu_ComprobantesPagoRow rowtpu_ComprobantesPagoRow = ((tpu_ComprobantesPagoRow)(this.NewRow()));

                rowtpu_ComprobantesPagoRow.ItemArray = new object[] {
                    IdComprobantePago,
                    IdResponsable,
                    IdAutorizacion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa,
                    IdInstanciaCaja
                };
                this.Rows.Add(rowtpu_ComprobantesPagoRow);
                return(rowtpu_ComprobantesPagoRow);
            }
Exemplo n.º 2
0
 public tpu_ComprobantesPagoRowChangeEvent(tpu_ComprobantesPagoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void Removetpu_ComprobantesPagoRow(tpu_ComprobantesPagoRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void Addtpu_ComprobantesPagoRow(tpu_ComprobantesPagoRow row)
 {
     this.Rows.Add(row);
 }