Exemplo n.º 1
0
            public tlg_RemitoRow Addtlg_RemitoRow(
                long IdRemito,
                System.DateTime Fecha,
                string Tipo,
                string Numero,
                string IdCuenta,
                long IdEstado,
                bool ConservaPreico,
                long IdCondicionDeVenta,
                string Comentario,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tlg_RemitoRow rowtlg_RemitoRow = ((tlg_RemitoRow)(this.NewRow()));

                rowtlg_RemitoRow.ItemArray = new object[] {
                    IdRemito,
                    Fecha,
                    Tipo,
                    Numero,
                    IdCuenta,
                    IdEstado,
                    ConservaPreico,
                    IdCondicionDeVenta,
                    Comentario,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtlg_RemitoRow);
                return(rowtlg_RemitoRow);
            }
Exemplo n.º 2
0
 public tlg_RemitoRowChangeEvent(tlg_RemitoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void Removetlg_RemitoRow(tlg_RemitoRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void Addtlg_RemitoRow(tlg_RemitoRow row)
 {
     this.Rows.Add(row);
 }