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); }
public st_FallaRowChangeEvent(st_FallaRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removest_FallaRow(st_FallaRow row) { this.Rows.Remove(row); }
public void Addst_FallaRow(st_FallaRow row) { this.Rows.Add(row); }