@model DiscImageChef.CommonTypes.Metadata.Scsi @{ 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?

Scsi


@Html.DisplayNameFor(model => model.InquiryData)
@Html.DisplayFor(model => model.InquiryData)
@Html.DisplayNameFor(model => model.SupportsModeSense6)
@Html.DisplayFor(model => model.SupportsModeSense6)
@Html.DisplayNameFor(model => model.SupportsModeSense10)
@Html.DisplayFor(model => model.SupportsModeSense10)
@Html.DisplayNameFor(model => model.SupportsModeSubpages)
@Html.DisplayFor(model => model.SupportsModeSubpages)
@Html.DisplayNameFor(model => model.ModeSense6Data)
@Html.DisplayFor(model => model.ModeSense6Data)
@Html.DisplayNameFor(model => model.ModeSense10Data)
@Html.DisplayFor(model => model.ModeSense10Data)
@Html.DisplayNameFor(model => model.ModeSense6CurrentData)
@Html.DisplayFor(model => model.ModeSense6CurrentData)
@Html.DisplayNameFor(model => model.ModeSense10CurrentData)
@Html.DisplayFor(model => model.ModeSense10CurrentData)
@Html.DisplayNameFor(model => model.ModeSense6ChangeableData)
@Html.DisplayFor(model => model.ModeSense6ChangeableData)
@Html.DisplayNameFor(model => model.ModeSense10ChangeableData)
@Html.DisplayFor(model => model.ModeSense10ChangeableData)
Back to List