Exemplo n.º 1
0
            public st_FallaRow Addst_FallaRow(long IdFalla, string Descripcion, int DuracionDias, System.Decimal Costo, System.Decimal CostoMaximo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId, System.Decimal CostoPresupuesto)
            {
                st_FallaRow rowst_FallaRow = ((st_FallaRow)(this.NewRow()));

                rowst_FallaRow.ItemArray = new object[] {
                    IdFalla,
                    Descripcion,
                    DuracionDias,
                    Costo,
                    CostoMaximo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId,
                    CostoPresupuesto
                };
                this.Rows.Add(rowst_FallaRow);
                return(rowst_FallaRow);
            }
Exemplo n.º 2
0
 public st_FallaRowChangeEvent(st_FallaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void Removest_FallaRow(st_FallaRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void Addst_FallaRow(st_FallaRow row)
 {
     this.Rows.Add(row);
 }