@model Device @{ Layout = null; } Delete

Are you sure you want to delete this?

Device


@Html.DisplayNameFor(model => model.AddedWhen)
@Html.DisplayFor(model => model.AddedWhen)
@Html.DisplayNameFor(model => model.ModifiedWhen)
@Html.DisplayFor(model => model.ModifiedWhen)
@Html.DisplayNameFor(model => model.OptimalMultipleSectorsRead)
@Html.DisplayFor(model => model.OptimalMultipleSectorsRead)
@Html.DisplayNameFor(model => model.CompactFlash)
@Html.DisplayFor(model => model.CompactFlash)
@Html.DisplayNameFor(model => model.Manufacturer)
@Html.DisplayFor(model => model.Manufacturer)
@Html.DisplayNameFor(model => model.Model)
@Html.DisplayFor(model => model.Model)
@Html.DisplayNameFor(model => model.Revision)
@Html.DisplayFor(model => model.Revision)
@Html.DisplayNameFor(model => model.Type)
@Html.DisplayFor(model => model.Type)
| Back to List