예제 #1
0
            public tpr_ObjetosRow Addtpr_ObjetosRow(
                string IdObjeto,
                string IdProducto,
                string Descripcion,
                string NumeroDeSerie,
                string Observaciones,
                string InformacionAdicional1,
                string InformacionAdicional2,
                string InformacionAdicional3,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdEmpresa,
                long IdSucursal)
            {
                tpr_ObjetosRow rowtpr_ObjetosRow = ((tpr_ObjetosRow)(this.NewRow()));

                rowtpr_ObjetosRow.ItemArray = new object[] {
                    IdObjeto,
                    IdProducto,
                    Descripcion,
                    NumeroDeSerie,
                    Observaciones,
                    InformacionAdicional1,
                    InformacionAdicional2,
                    InformacionAdicional3,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtpr_ObjetosRow);
                return(rowtpr_ObjetosRow);
            }
예제 #2
0
 public tpr_ObjetosRowChangeEvent(tpr_ObjetosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetpr_ObjetosRow(tpr_ObjetosRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtpr_ObjetosRow(tpr_ObjetosRow row)
 {
     this.Rows.Add(row);
 }