Esempio n. 1
0
            public tlg_RemitoDetRow Addtlg_RemitoDetRow(long IdRemito, string IdProducto, System.Decimal Cantidad, System.Decimal Precio, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tlg_RemitoDetRow rowtlg_RemitoDetRow = ((tlg_RemitoDetRow)(this.NewRow()));

                rowtlg_RemitoDetRow.ItemArray = new object[] {
                    IdRemito,
                    IdProducto,
                    Cantidad,
                    Precio,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtlg_RemitoDetRow);
                return(rowtlg_RemitoDetRow);
            }
Esempio n. 2
0
 public tlg_RemitoDetRowChangeEvent(tlg_RemitoDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void Removetlg_RemitoDetRow(tlg_RemitoDetRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void Addtlg_RemitoDetRow(tlg_RemitoDetRow row)
 {
     this.Rows.Add(row);
 }