예제 #1
0
            public tlg_ComprobantesRemitosRow Addtlg_ComprobantesRemitosRow(long IdRemito, string IdProducto, System.DateTime Fecha, string Tipo, string Numero, short IdRenglon, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tlg_ComprobantesRemitosRow rowtlg_ComprobantesRemitosRow = ((tlg_ComprobantesRemitosRow)(this.NewRow()));

                rowtlg_ComprobantesRemitosRow.ItemArray = new object[] {
                    IdRemito,
                    IdProducto,
                    Fecha,
                    Tipo,
                    Numero,
                    IdRenglon,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtlg_ComprobantesRemitosRow);
                return(rowtlg_ComprobantesRemitosRow);
            }
예제 #2
0
 public tlg_ComprobantesRemitosRowChangeEvent(tlg_ComprobantesRemitosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetlg_ComprobantesRemitosRow(tlg_ComprobantesRemitosRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtlg_ComprobantesRemitosRow(tlg_ComprobantesRemitosRow row)
 {
     this.Rows.Add(row);
 }