@{ /****************************************************************************** // Canary Islands Computer Museum Website // ---------------------------------------------------------------------------- // // Filename : Delete.cshtml // Author(s) : Natalia Portillo // // --[ Description ] ---------------------------------------------------------- // // Admin view delete // // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // ---------------------------------------------------------------------------- // Copyright © 2003-2018 Natalia Portillo *******************************************************************************/ } @model Cicm.Database.Models.Processor @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

Processor


@Html.DisplayNameFor(model => model.Name)
@Html.DisplayFor(model => model.Name)
@Html.DisplayNameFor(model => model.ModelCode)
@Html.DisplayFor(model => model.ModelCode)
@Html.DisplayNameFor(model => model.Introduced)
@Html.DisplayFor(model => model.Introduced)
@Html.DisplayNameFor(model => model.Speed)
@Html.DisplayFor(model => model.Speed)
@Html.DisplayNameFor(model => model.Package)
@Html.DisplayFor(model => model.Package)
@Html.DisplayNameFor(model => model.Gprs)
@Html.DisplayFor(model => model.Gprs)
@Html.DisplayNameFor(model => model.GprSize)
@Html.DisplayFor(model => model.GprSize)
@Html.DisplayNameFor(model => model.Fprs)
@Html.DisplayFor(model => model.Fprs)
@Html.DisplayNameFor(model => model.FprSize)
@Html.DisplayFor(model => model.FprSize)
@Html.DisplayNameFor(model => model.Cores)
@Html.DisplayFor(model => model.Cores)
@Html.DisplayNameFor(model => model.ThreadsPerCore)
@Html.DisplayFor(model => model.ThreadsPerCore)
@Html.DisplayNameFor(model => model.Process)
@Html.DisplayFor(model => model.Process)
@Html.DisplayNameFor(model => model.ProcessNm)
@Html.DisplayFor(model => model.ProcessNm)
@Html.DisplayNameFor(model => model.DieSize)
@Html.DisplayFor(model => model.DieSize)
@Html.DisplayNameFor(model => model.Transistors)
@Html.DisplayFor(model => model.Transistors)
@Html.DisplayNameFor(model => model.DataBus)
@Html.DisplayFor(model => model.DataBus)
@Html.DisplayNameFor(model => model.AddrBus)
@Html.DisplayFor(model => model.AddrBus)
@Html.DisplayNameFor(model => model.SimdRegisters)
@Html.DisplayFor(model => model.SimdRegisters)
@Html.DisplayNameFor(model => model.SimdSize)
@Html.DisplayFor(model => model.SimdSize)
@Html.DisplayNameFor(model => model.L1Instruction)
@Html.DisplayFor(model => model.L1Instruction)
@Html.DisplayNameFor(model => model.L1Data)
@Html.DisplayFor(model => model.L1Data)
@Html.DisplayNameFor(model => model.L2)
@Html.DisplayFor(model => model.L2)
@Html.DisplayNameFor(model => model.L3)
@Html.DisplayFor(model => model.L3)
@Html.DisplayNameFor(model => model.Company)
@Html.DisplayFor(model => model.Company.Name)
@Html.DisplayNameFor(model => model.InstructionSet)
@Html.DisplayFor(model => model.InstructionSet.Name)
| Back to List