Exemple #1
0
            public st_ListaDePreciosTareaRow Addst_ListaDePreciosTareaRow(long IdListaDePreciosTarea, long IdTarea, System.DateTime FechaInicio, System.DateTime FechaFin, System.Decimal Precio, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                st_ListaDePreciosTareaRow rowst_ListaDePreciosTareaRow = ((st_ListaDePreciosTareaRow)(this.NewRow()));

                rowst_ListaDePreciosTareaRow.ItemArray = new object[] {
                    IdListaDePreciosTarea,
                    IdTarea,
                    FechaInicio,
                    FechaFin,
                    Precio,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowst_ListaDePreciosTareaRow);
                return(rowst_ListaDePreciosTareaRow);
            }
Exemple #2
0
 public st_ListaDePreciosTareaRowChangeEvent(st_ListaDePreciosTareaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void Removest_ListaDePreciosTareaRow(st_ListaDePreciosTareaRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void Addst_ListaDePreciosTareaRow(st_ListaDePreciosTareaRow row)
 {
     this.Rows.Add(row);
 }