@model DiscImageChef.CommonTypes.Metadata.SupportedDensity @{ Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; ViewBag.Title = "DiscImageChef"; } @{ // /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : Delete.cshtml // Author(s) : Natalia Portillo // // Component : DiscImageChef Server. // // --[ License ] -------------------------------------------------------------- // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as // published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // // This library 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 // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, see . // // ---------------------------------------------------------------------------- // Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ }

Are you sure you want to delete this?

SupportedDensity


@Html.DisplayNameFor(model => model.PrimaryCode)
@Html.DisplayFor(model => model.PrimaryCode)
@Html.DisplayNameFor(model => model.SecondaryCode)
@Html.DisplayFor(model => model.SecondaryCode)
@Html.DisplayNameFor(model => model.Writable)
@Html.DisplayFor(model => model.Writable)
@Html.DisplayNameFor(model => model.Duplicate)
@Html.DisplayFor(model => model.Duplicate)
@Html.DisplayNameFor(model => model.DefaultDensity)
@Html.DisplayFor(model => model.DefaultDensity)
@Html.DisplayNameFor(model => model.BitsPerMm)
@Html.DisplayFor(model => model.BitsPerMm)
@Html.DisplayNameFor(model => model.Width)
@Html.DisplayFor(model => model.Width)
@Html.DisplayNameFor(model => model.Tracks)
@Html.DisplayFor(model => model.Tracks)
@Html.DisplayNameFor(model => model.Capacity)
@Html.DisplayFor(model => model.Capacity)
@Html.DisplayNameFor(model => model.Organization)
@Html.DisplayFor(model => model.Organization)
@Html.DisplayNameFor(model => model.Name)
@Html.DisplayFor(model => model.Name)
@Html.DisplayNameFor(model => model.Description)
@Html.DisplayFor(model => model.Description)
Back to List