Add CRUD for secondary database tables.

This commit is contained in:
2019-11-08 00:03:43 +00:00
parent bae387df50
commit 239165b57d
104 changed files with 15150 additions and 0 deletions

View File

@@ -0,0 +1,784 @@
@model DiscImageChef.CommonTypes.Metadata.TestedMedia
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Create</title>
</head>
<body>
<h4>TestedMedia</h4>
<hr />
<div class="row">
<div class="col-md-4">
<form asp-action="Create">
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
<div class="form-group">
<label asp-for="IdentifyData" class="control-label"></label>
<input asp-for="IdentifyData" class="form-control" />
<span asp-validation-for="IdentifyData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Blocks" class="control-label"></label>
<input asp-for="Blocks" class="form-control" />
<span asp-validation-for="Blocks" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BlockSize" class="control-label"></label>
<input asp-for="BlockSize" class="form-control" />
<span asp-validation-for="BlockSize" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadAACS" class="control-label"></label>
<input asp-for="CanReadAACS" class="form-control" />
<span asp-validation-for="CanReadAACS" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadADIP" class="control-label"></label>
<input asp-for="CanReadADIP" class="form-control" />
<span asp-validation-for="CanReadADIP" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadATIP" class="control-label"></label>
<input asp-for="CanReadATIP" class="form-control" />
<span asp-validation-for="CanReadATIP" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadBCA" class="control-label"></label>
<input asp-for="CanReadBCA" class="form-control" />
<span asp-validation-for="CanReadBCA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadC2Pointers" class="control-label"></label>
<input asp-for="CanReadC2Pointers" class="form-control" />
<span asp-validation-for="CanReadC2Pointers" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadCMI" class="control-label"></label>
<input asp-for="CanReadCMI" class="form-control" />
<span asp-validation-for="CanReadCMI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadCorrectedSubchannel" class="control-label"></label>
<input asp-for="CanReadCorrectedSubchannel" class="form-control" />
<span asp-validation-for="CanReadCorrectedSubchannel" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadCorrectedSubchannelWithC2" class="control-label"></label>
<input asp-for="CanReadCorrectedSubchannelWithC2" class="form-control" />
<span asp-validation-for="CanReadCorrectedSubchannelWithC2" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadDCB" class="control-label"></label>
<input asp-for="CanReadDCB" class="form-control" />
<span asp-validation-for="CanReadDCB" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadDDS" class="control-label"></label>
<input asp-for="CanReadDDS" class="form-control" />
<span asp-validation-for="CanReadDDS" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadDMI" class="control-label"></label>
<input asp-for="CanReadDMI" class="form-control" />
<span asp-validation-for="CanReadDMI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadDiscInformation" class="control-label"></label>
<input asp-for="CanReadDiscInformation" class="form-control" />
<span asp-validation-for="CanReadDiscInformation" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadFullTOC" class="control-label"></label>
<input asp-for="CanReadFullTOC" class="form-control" />
<span asp-validation-for="CanReadFullTOC" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadHDCMI" class="control-label"></label>
<input asp-for="CanReadHDCMI" class="form-control" />
<span asp-validation-for="CanReadHDCMI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadLayerCapacity" class="control-label"></label>
<input asp-for="CanReadLayerCapacity" class="form-control" />
<span asp-validation-for="CanReadLayerCapacity" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadFirstTrackPreGap" class="control-label"></label>
<input asp-for="CanReadFirstTrackPreGap" class="form-control" />
<span asp-validation-for="CanReadFirstTrackPreGap" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadLeadIn" class="control-label"></label>
<input asp-for="CanReadLeadIn" class="form-control" />
<span asp-validation-for="CanReadLeadIn" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadLeadOut" class="control-label"></label>
<input asp-for="CanReadLeadOut" class="form-control" />
<span asp-validation-for="CanReadLeadOut" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadMediaID" class="control-label"></label>
<input asp-for="CanReadMediaID" class="form-control" />
<span asp-validation-for="CanReadMediaID" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadMediaSerial" class="control-label"></label>
<input asp-for="CanReadMediaSerial" class="form-control" />
<span asp-validation-for="CanReadMediaSerial" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPAC" class="control-label"></label>
<input asp-for="CanReadPAC" class="form-control" />
<span asp-validation-for="CanReadPAC" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPFI" class="control-label"></label>
<input asp-for="CanReadPFI" class="form-control" />
<span asp-validation-for="CanReadPFI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPMA" class="control-label"></label>
<input asp-for="CanReadPMA" class="form-control" />
<span asp-validation-for="CanReadPMA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPQSubchannel" class="control-label"></label>
<input asp-for="CanReadPQSubchannel" class="form-control" />
<span asp-validation-for="CanReadPQSubchannel" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPQSubchannelWithC2" class="control-label"></label>
<input asp-for="CanReadPQSubchannelWithC2" class="form-control" />
<span asp-validation-for="CanReadPQSubchannelWithC2" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPRI" class="control-label"></label>
<input asp-for="CanReadPRI" class="form-control" />
<span asp-validation-for="CanReadPRI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadRWSubchannel" class="control-label"></label>
<input asp-for="CanReadRWSubchannel" class="form-control" />
<span asp-validation-for="CanReadRWSubchannel" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadRWSubchannelWithC2" class="control-label"></label>
<input asp-for="CanReadRWSubchannelWithC2" class="form-control" />
<span asp-validation-for="CanReadRWSubchannelWithC2" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadRecordablePFI" class="control-label"></label>
<input asp-for="CanReadRecordablePFI" class="form-control" />
<span asp-validation-for="CanReadRecordablePFI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadSpareAreaInformation" class="control-label"></label>
<input asp-for="CanReadSpareAreaInformation" class="form-control" />
<span asp-validation-for="CanReadSpareAreaInformation" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadTOC" class="control-label"></label>
<input asp-for="CanReadTOC" class="form-control" />
<span asp-validation-for="CanReadTOC" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Density" class="control-label"></label>
<input asp-for="Density" class="form-control" />
<span asp-validation-for="Density" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LongBlockSize" class="control-label"></label>
<input asp-for="LongBlockSize" class="form-control" />
<span asp-validation-for="LongBlockSize" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Manufacturer" class="control-label"></label>
<input asp-for="Manufacturer" class="form-control" />
<span asp-validation-for="Manufacturer" class="text-danger"></span>
</div>
<div class="form-group form-check">
<label class="form-check-label">
<input class="form-check-input" asp-for="MediaIsRecognized" /> @Html.DisplayNameFor(model => model.MediaIsRecognized)
</label>
</div>
<div class="form-group">
<label asp-for="MediumType" class="control-label"></label>
<input asp-for="MediumType" class="form-control" />
<span asp-validation-for="MediumType" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="MediumTypeName" class="control-label"></label>
<input asp-for="MediumTypeName" class="form-control" />
<span asp-validation-for="MediumTypeName" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Model" class="control-label"></label>
<input asp-for="Model" class="form-control" />
<span asp-validation-for="Model" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsHLDTSTReadRawDVD" class="control-label"></label>
<input asp-for="SupportsHLDTSTReadRawDVD" class="form-control" />
<span asp-validation-for="SupportsHLDTSTReadRawDVD" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsNECReadCDDA" class="control-label"></label>
<input asp-for="SupportsNECReadCDDA" class="form-control" />
<span asp-validation-for="SupportsNECReadCDDA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsPioneerReadCDDA" class="control-label"></label>
<input asp-for="SupportsPioneerReadCDDA" class="form-control" />
<span asp-validation-for="SupportsPioneerReadCDDA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsPioneerReadCDDAMSF" class="control-label"></label>
<input asp-for="SupportsPioneerReadCDDAMSF" class="form-control" />
<span asp-validation-for="SupportsPioneerReadCDDAMSF" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsPlextorReadCDDA" class="control-label"></label>
<input asp-for="SupportsPlextorReadCDDA" class="form-control" />
<span asp-validation-for="SupportsPlextorReadCDDA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsPlextorReadRawDVD" class="control-label"></label>
<input asp-for="SupportsPlextorReadRawDVD" class="form-control" />
<span asp-validation-for="SupportsPlextorReadRawDVD" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsRead10" class="control-label"></label>
<input asp-for="SupportsRead10" class="form-control" />
<span asp-validation-for="SupportsRead10" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsRead12" class="control-label"></label>
<input asp-for="SupportsRead12" class="form-control" />
<span asp-validation-for="SupportsRead12" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsRead16" class="control-label"></label>
<input asp-for="SupportsRead16" class="form-control" />
<span asp-validation-for="SupportsRead16" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsRead6" class="control-label"></label>
<input asp-for="SupportsRead6" class="form-control" />
<span asp-validation-for="SupportsRead6" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCapacity16" class="control-label"></label>
<input asp-for="SupportsReadCapacity16" class="form-control" />
<span asp-validation-for="SupportsReadCapacity16" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCapacity" class="control-label"></label>
<input asp-for="SupportsReadCapacity" class="form-control" />
<span asp-validation-for="SupportsReadCapacity" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCd" class="control-label"></label>
<input asp-for="SupportsReadCd" class="form-control" />
<span asp-validation-for="SupportsReadCd" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCdMsf" class="control-label"></label>
<input asp-for="SupportsReadCdMsf" class="form-control" />
<span asp-validation-for="SupportsReadCdMsf" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCdRaw" class="control-label"></label>
<input asp-for="SupportsReadCdRaw" class="form-control" />
<span asp-validation-for="SupportsReadCdRaw" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCdMsfRaw" class="control-label"></label>
<input asp-for="SupportsReadCdMsfRaw" class="form-control" />
<span asp-validation-for="SupportsReadCdMsfRaw" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLong16" class="control-label"></label>
<input asp-for="SupportsReadLong16" class="form-control" />
<span asp-validation-for="SupportsReadLong16" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLong" class="control-label"></label>
<input asp-for="SupportsReadLong" class="form-control" />
<span asp-validation-for="SupportsReadLong" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ModeSense6Data" class="control-label"></label>
<input asp-for="ModeSense6Data" class="form-control" />
<span asp-validation-for="ModeSense6Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ModeSense10Data" class="control-label"></label>
<input asp-for="ModeSense10Data" class="form-control" />
<span asp-validation-for="ModeSense10Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LBASectors" class="control-label"></label>
<input asp-for="LBASectors" class="form-control" />
<span asp-validation-for="LBASectors" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LBA48Sectors" class="control-label"></label>
<input asp-for="LBA48Sectors" class="form-control" />
<span asp-validation-for="LBA48Sectors" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LogicalAlignment" class="control-label"></label>
<input asp-for="LogicalAlignment" class="form-control" />
<span asp-validation-for="LogicalAlignment" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="NominalRotationRate" class="control-label"></label>
<input asp-for="NominalRotationRate" class="form-control" />
<span asp-validation-for="NominalRotationRate" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PhysicalBlockSize" class="control-label"></label>
<input asp-for="PhysicalBlockSize" class="form-control" />
<span asp-validation-for="PhysicalBlockSize" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SolidStateDevice" class="control-label"></label>
<input asp-for="SolidStateDevice" class="form-control" />
<span asp-validation-for="SolidStateDevice" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="UnformattedBPT" class="control-label"></label>
<input asp-for="UnformattedBPT" class="form-control" />
<span asp-validation-for="UnformattedBPT" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="UnformattedBPS" class="control-label"></label>
<input asp-for="UnformattedBPS" class="form-control" />
<span asp-validation-for="UnformattedBPS" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDmaLba" class="control-label"></label>
<input asp-for="SupportsReadDmaLba" class="form-control" />
<span asp-validation-for="SupportsReadDmaLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDmaRetryLba" class="control-label"></label>
<input asp-for="SupportsReadDmaRetryLba" class="form-control" />
<span asp-validation-for="SupportsReadDmaRetryLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLba" class="control-label"></label>
<input asp-for="SupportsReadLba" class="form-control" />
<span asp-validation-for="SupportsReadLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadRetryLba" class="control-label"></label>
<input asp-for="SupportsReadRetryLba" class="form-control" />
<span asp-validation-for="SupportsReadRetryLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLongLba" class="control-label"></label>
<input asp-for="SupportsReadLongLba" class="form-control" />
<span asp-validation-for="SupportsReadLongLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLongRetryLba" class="control-label"></label>
<input asp-for="SupportsReadLongRetryLba" class="form-control" />
<span asp-validation-for="SupportsReadLongRetryLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsSeekLba" class="control-label"></label>
<input asp-for="SupportsSeekLba" class="form-control" />
<span asp-validation-for="SupportsSeekLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDmaLba48" class="control-label"></label>
<input asp-for="SupportsReadDmaLba48" class="form-control" />
<span asp-validation-for="SupportsReadDmaLba48" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLba48" class="control-label"></label>
<input asp-for="SupportsReadLba48" class="form-control" />
<span asp-validation-for="SupportsReadLba48" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDma" class="control-label"></label>
<input asp-for="SupportsReadDma" class="form-control" />
<span asp-validation-for="SupportsReadDma" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDmaRetry" class="control-label"></label>
<input asp-for="SupportsReadDmaRetry" class="form-control" />
<span asp-validation-for="SupportsReadDmaRetry" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadRetry" class="control-label"></label>
<input asp-for="SupportsReadRetry" class="form-control" />
<span asp-validation-for="SupportsReadRetry" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadSectors" class="control-label"></label>
<input asp-for="SupportsReadSectors" class="form-control" />
<span asp-validation-for="SupportsReadSectors" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLongRetry" class="control-label"></label>
<input asp-for="SupportsReadLongRetry" class="form-control" />
<span asp-validation-for="SupportsReadLongRetry" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsSeek" class="control-label"></label>
<input asp-for="SupportsSeek" class="form-control" />
<span asp-validation-for="SupportsSeek" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadingIntersessionLeadIn" class="control-label"></label>
<input asp-for="CanReadingIntersessionLeadIn" class="form-control" />
<span asp-validation-for="CanReadingIntersessionLeadIn" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadingIntersessionLeadOut" class="control-label"></label>
<input asp-for="CanReadingIntersessionLeadOut" class="form-control" />
<span asp-validation-for="CanReadingIntersessionLeadOut" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="IntersessionLeadInData" class="control-label"></label>
<input asp-for="IntersessionLeadInData" class="form-control" />
<span asp-validation-for="IntersessionLeadInData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="IntersessionLeadOutData" class="control-label"></label>
<input asp-for="IntersessionLeadOutData" class="form-control" />
<span asp-validation-for="IntersessionLeadOutData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Read6Data" class="control-label"></label>
<input asp-for="Read6Data" class="form-control" />
<span asp-validation-for="Read6Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Read10Data" class="control-label"></label>
<input asp-for="Read10Data" class="form-control" />
<span asp-validation-for="Read10Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Read12Data" class="control-label"></label>
<input asp-for="Read12Data" class="form-control" />
<span asp-validation-for="Read12Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Read16Data" class="control-label"></label>
<input asp-for="Read16Data" class="form-control" />
<span asp-validation-for="Read16Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLong10Data" class="control-label"></label>
<input asp-for="ReadLong10Data" class="form-control" />
<span asp-validation-for="ReadLong10Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLong16Data" class="control-label"></label>
<input asp-for="ReadLong16Data" class="form-control" />
<span asp-validation-for="ReadLong16Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadSectorsData" class="control-label"></label>
<input asp-for="ReadSectorsData" class="form-control" />
<span asp-validation-for="ReadSectorsData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadSectorsRetryData" class="control-label"></label>
<input asp-for="ReadSectorsRetryData" class="form-control" />
<span asp-validation-for="ReadSectorsRetryData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaData" class="control-label"></label>
<input asp-for="ReadDmaData" class="form-control" />
<span asp-validation-for="ReadDmaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaRetryData" class="control-label"></label>
<input asp-for="ReadDmaRetryData" class="form-control" />
<span asp-validation-for="ReadDmaRetryData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLbaData" class="control-label"></label>
<input asp-for="ReadLbaData" class="form-control" />
<span asp-validation-for="ReadLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadRetryLbaData" class="control-label"></label>
<input asp-for="ReadRetryLbaData" class="form-control" />
<span asp-validation-for="ReadRetryLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaLbaData" class="control-label"></label>
<input asp-for="ReadDmaLbaData" class="form-control" />
<span asp-validation-for="ReadDmaLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaRetryLbaData" class="control-label"></label>
<input asp-for="ReadDmaRetryLbaData" class="form-control" />
<span asp-validation-for="ReadDmaRetryLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLba48Data" class="control-label"></label>
<input asp-for="ReadLba48Data" class="form-control" />
<span asp-validation-for="ReadLba48Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaLba48Data" class="control-label"></label>
<input asp-for="ReadDmaLba48Data" class="form-control" />
<span asp-validation-for="ReadDmaLba48Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLongData" class="control-label"></label>
<input asp-for="ReadLongData" class="form-control" />
<span asp-validation-for="ReadLongData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLongRetryData" class="control-label"></label>
<input asp-for="ReadLongRetryData" class="form-control" />
<span asp-validation-for="ReadLongRetryData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLongLbaData" class="control-label"></label>
<input asp-for="ReadLongLbaData" class="form-control" />
<span asp-validation-for="ReadLongLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLongRetryLbaData" class="control-label"></label>
<input asp-for="ReadLongRetryLbaData" class="form-control" />
<span asp-validation-for="ReadLongRetryLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="TocData" class="control-label"></label>
<input asp-for="TocData" class="form-control" />
<span asp-validation-for="TocData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="FullTocData" class="control-label"></label>
<input asp-for="FullTocData" class="form-control" />
<span asp-validation-for="FullTocData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="AtipData" class="control-label"></label>
<input asp-for="AtipData" class="form-control" />
<span asp-validation-for="AtipData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PmaData" class="control-label"></label>
<input asp-for="PmaData" class="form-control" />
<span asp-validation-for="PmaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadCdData" class="control-label"></label>
<input asp-for="ReadCdData" class="form-control" />
<span asp-validation-for="ReadCdData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadCdMsfData" class="control-label"></label>
<input asp-for="ReadCdMsfData" class="form-control" />
<span asp-validation-for="ReadCdMsfData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadCdFullData" class="control-label"></label>
<input asp-for="ReadCdFullData" class="form-control" />
<span asp-validation-for="ReadCdFullData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadCdMsfFullData" class="control-label"></label>
<input asp-for="ReadCdMsfFullData" class="form-control" />
<span asp-validation-for="ReadCdMsfFullData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Track1PregapData" class="control-label"></label>
<input asp-for="Track1PregapData" class="form-control" />
<span asp-validation-for="Track1PregapData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LeadInData" class="control-label"></label>
<input asp-for="LeadInData" class="form-control" />
<span asp-validation-for="LeadInData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LeadOutData" class="control-label"></label>
<input asp-for="LeadOutData" class="form-control" />
<span asp-validation-for="LeadOutData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="C2PointersData" class="control-label"></label>
<input asp-for="C2PointersData" class="form-control" />
<span asp-validation-for="C2PointersData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PQSubchannelData" class="control-label"></label>
<input asp-for="PQSubchannelData" class="form-control" />
<span asp-validation-for="PQSubchannelData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="RWSubchannelData" class="control-label"></label>
<input asp-for="RWSubchannelData" class="form-control" />
<span asp-validation-for="RWSubchannelData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CorrectedSubchannelData" class="control-label"></label>
<input asp-for="CorrectedSubchannelData" class="form-control" />
<span asp-validation-for="CorrectedSubchannelData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PQSubchannelWithC2Data" class="control-label"></label>
<input asp-for="PQSubchannelWithC2Data" class="form-control" />
<span asp-validation-for="PQSubchannelWithC2Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="RWSubchannelWithC2Data" class="control-label"></label>
<input asp-for="RWSubchannelWithC2Data" class="form-control" />
<span asp-validation-for="RWSubchannelWithC2Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CorrectedSubchannelWithC2Data" class="control-label"></label>
<input asp-for="CorrectedSubchannelWithC2Data" class="form-control" />
<span asp-validation-for="CorrectedSubchannelWithC2Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PfiData" class="control-label"></label>
<input asp-for="PfiData" class="form-control" />
<span asp-validation-for="PfiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DmiData" class="control-label"></label>
<input asp-for="DmiData" class="form-control" />
<span asp-validation-for="DmiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CmiData" class="control-label"></label>
<input asp-for="CmiData" class="form-control" />
<span asp-validation-for="CmiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdBcaData" class="control-label"></label>
<input asp-for="DvdBcaData" class="form-control" />
<span asp-validation-for="DvdBcaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdAacsData" class="control-label"></label>
<input asp-for="DvdAacsData" class="form-control" />
<span asp-validation-for="DvdAacsData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdDdsData" class="control-label"></label>
<input asp-for="DvdDdsData" class="form-control" />
<span asp-validation-for="DvdDdsData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdSaiData" class="control-label"></label>
<input asp-for="DvdSaiData" class="form-control" />
<span asp-validation-for="DvdSaiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PriData" class="control-label"></label>
<input asp-for="PriData" class="form-control" />
<span asp-validation-for="PriData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="EmbossedPfiData" class="control-label"></label>
<input asp-for="EmbossedPfiData" class="form-control" />
<span asp-validation-for="EmbossedPfiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="AdipData" class="control-label"></label>
<input asp-for="AdipData" class="form-control" />
<span asp-validation-for="AdipData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DcbData" class="control-label"></label>
<input asp-for="DcbData" class="form-control" />
<span asp-validation-for="DcbData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="HdCmiData" class="control-label"></label>
<input asp-for="HdCmiData" class="form-control" />
<span asp-validation-for="HdCmiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdLayerData" class="control-label"></label>
<input asp-for="DvdLayerData" class="form-control" />
<span asp-validation-for="DvdLayerData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluBcaData" class="control-label"></label>
<input asp-for="BluBcaData" class="form-control" />
<span asp-validation-for="BluBcaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluDdsData" class="control-label"></label>
<input asp-for="BluDdsData" class="form-control" />
<span asp-validation-for="BluDdsData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluSaiData" class="control-label"></label>
<input asp-for="BluSaiData" class="form-control" />
<span asp-validation-for="BluSaiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluDiData" class="control-label"></label>
<input asp-for="BluDiData" class="form-control" />
<span asp-validation-for="BluDiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluPacData" class="control-label"></label>
<input asp-for="BluPacData" class="form-control" />
<span asp-validation-for="BluPacData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PlextorReadCddaData" class="control-label"></label>
<input asp-for="PlextorReadCddaData" class="form-control" />
<span asp-validation-for="PlextorReadCddaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PioneerReadCddaData" class="control-label"></label>
<input asp-for="PioneerReadCddaData" class="form-control" />
<span asp-validation-for="PioneerReadCddaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PioneerReadCddaMsfData" class="control-label"></label>
<input asp-for="PioneerReadCddaMsfData" class="form-control" />
<span asp-validation-for="PioneerReadCddaMsfData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="NecReadCddaData" class="control-label"></label>
<input asp-for="NecReadCddaData" class="form-control" />
<span asp-validation-for="NecReadCddaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PlextorReadRawDVDData" class="control-label"></label>
<input asp-for="PlextorReadRawDVDData" class="form-control" />
<span asp-validation-for="PlextorReadRawDVDData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="HLDTSTReadRawDVDData" class="control-label"></label>
<input asp-for="HLDTSTReadRawDVDData" class="form-control" />
<span asp-validation-for="HLDTSTReadRawDVDData" class="text-danger"></span>
</div>
<div class="form-group">
<input type="submit" value="Create" class="btn btn-primary" />
</div>
</form>
</div>
</div>
<div>
<a asp-action="Index">Back to List</a>
</div>
</body>
</html>

View File

@@ -0,0 +1,930 @@
@model DiscImageChef.CommonTypes.Metadata.TestedMedia
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Delete</title>
</head>
<body>
<h3>Are you sure you want to delete this?</h3>
<div>
<h4>TestedMedia</h4>
<hr />
<dl class="row">
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.IdentifyData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.IdentifyData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Blocks)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Blocks)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BlockSize)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BlockSize)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadAACS)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadAACS)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadADIP)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadADIP)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadATIP)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadATIP)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadBCA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadBCA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadC2Pointers)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadC2Pointers)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadCMI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadCMI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadCorrectedSubchannel)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadCorrectedSubchannel)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadCorrectedSubchannelWithC2)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadCorrectedSubchannelWithC2)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadDCB)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadDCB)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadDDS)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadDDS)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadDMI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadDMI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadDiscInformation)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadDiscInformation)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadFullTOC)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadFullTOC)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadHDCMI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadHDCMI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadLayerCapacity)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadLayerCapacity)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadFirstTrackPreGap)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadFirstTrackPreGap)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadLeadIn)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadLeadIn)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadLeadOut)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadLeadOut)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadMediaID)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadMediaID)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadMediaSerial)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadMediaSerial)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPAC)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPAC)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPFI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPFI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPMA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPMA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPQSubchannel)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPQSubchannel)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPQSubchannelWithC2)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPQSubchannelWithC2)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPRI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPRI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadRWSubchannel)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadRWSubchannel)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadRWSubchannelWithC2)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadRWSubchannelWithC2)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadRecordablePFI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadRecordablePFI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadSpareAreaInformation)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadSpareAreaInformation)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadTOC)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadTOC)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Density)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Density)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LongBlockSize)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LongBlockSize)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Manufacturer)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Manufacturer)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.MediaIsRecognized)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.MediaIsRecognized)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.MediumType)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.MediumType)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.MediumTypeName)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.MediumTypeName)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Model)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Model)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsHLDTSTReadRawDVD)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsHLDTSTReadRawDVD)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsNECReadCDDA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsNECReadCDDA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsPioneerReadCDDA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsPioneerReadCDDA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsPioneerReadCDDAMSF)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsPioneerReadCDDAMSF)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsPlextorReadCDDA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsPlextorReadCDDA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsPlextorReadRawDVD)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsPlextorReadRawDVD)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsRead10)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsRead10)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsRead12)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsRead12)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsRead16)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsRead16)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsRead6)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsRead6)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCapacity16)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCapacity16)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCapacity)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCapacity)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCd)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCd)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCdMsf)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCdMsf)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCdRaw)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCdRaw)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCdMsfRaw)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCdMsfRaw)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLong16)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLong16)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLong)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLong)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ModeSense6Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ModeSense6Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ModeSense10Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ModeSense10Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LBASectors)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LBASectors)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LBA48Sectors)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LBA48Sectors)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LogicalAlignment)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LogicalAlignment)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.NominalRotationRate)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.NominalRotationRate)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PhysicalBlockSize)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PhysicalBlockSize)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SolidStateDevice)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SolidStateDevice)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.UnformattedBPT)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.UnformattedBPT)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.UnformattedBPS)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.UnformattedBPS)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDmaLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDmaLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDmaRetryLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDmaRetryLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadRetryLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadRetryLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLongLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLongLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLongRetryLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLongRetryLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsSeekLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsSeekLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDmaLba48)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDmaLba48)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLba48)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLba48)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDma)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDma)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDmaRetry)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDmaRetry)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadRetry)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadRetry)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadSectors)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadSectors)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLongRetry)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLongRetry)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsSeek)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsSeek)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadingIntersessionLeadIn)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadingIntersessionLeadIn)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadingIntersessionLeadOut)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadingIntersessionLeadOut)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.IntersessionLeadInData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.IntersessionLeadInData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.IntersessionLeadOutData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.IntersessionLeadOutData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Read6Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Read6Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Read10Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Read10Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Read12Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Read12Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Read16Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Read16Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLong10Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLong10Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLong16Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLong16Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadSectorsData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadSectorsData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadSectorsRetryData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadSectorsRetryData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaRetryData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaRetryData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadRetryLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadRetryLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaRetryLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaRetryLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLba48Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLba48Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaLba48Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaLba48Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLongData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLongData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLongRetryData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLongRetryData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLongLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLongLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLongRetryLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLongRetryLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.TocData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.TocData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.FullTocData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.FullTocData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.AtipData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.AtipData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PmaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PmaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadCdData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadCdData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadCdMsfData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadCdMsfData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadCdFullData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadCdFullData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadCdMsfFullData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadCdMsfFullData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Track1PregapData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Track1PregapData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LeadInData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LeadInData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LeadOutData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LeadOutData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.C2PointersData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.C2PointersData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PQSubchannelData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PQSubchannelData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.RWSubchannelData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.RWSubchannelData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CorrectedSubchannelData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CorrectedSubchannelData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PQSubchannelWithC2Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PQSubchannelWithC2Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.RWSubchannelWithC2Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.RWSubchannelWithC2Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CorrectedSubchannelWithC2Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CorrectedSubchannelWithC2Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PfiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PfiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DmiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DmiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CmiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CmiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdBcaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdBcaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdAacsData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdAacsData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdDdsData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdDdsData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdSaiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdSaiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PriData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PriData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.EmbossedPfiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.EmbossedPfiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.AdipData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.AdipData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DcbData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DcbData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.HdCmiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.HdCmiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdLayerData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdLayerData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluBcaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluBcaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluDdsData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluDdsData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluSaiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluSaiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluDiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluDiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluPacData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluPacData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PlextorReadCddaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PlextorReadCddaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PioneerReadCddaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PioneerReadCddaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PioneerReadCddaMsfData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PioneerReadCddaMsfData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.NecReadCddaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.NecReadCddaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PlextorReadRawDVDData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PlextorReadRawDVDData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.HLDTSTReadRawDVDData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.HLDTSTReadRawDVDData)
</dd>
</dl>
<form asp-action="Delete">
<input type="hidden" asp-for="Id" />
<input type="submit" value="Delete" class="btn btn-danger" /> |
<a asp-action="Index">Back to List</a>
</form>
</div>
</body>
</html>

View File

@@ -0,0 +1,927 @@
@model DiscImageChef.CommonTypes.Metadata.TestedMedia
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Details</title>
</head>
<body>
<div>
<h4>TestedMedia</h4>
<hr />
<dl class="row">
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.IdentifyData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.IdentifyData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Blocks)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Blocks)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BlockSize)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BlockSize)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadAACS)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadAACS)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadADIP)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadADIP)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadATIP)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadATIP)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadBCA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadBCA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadC2Pointers)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadC2Pointers)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadCMI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadCMI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadCorrectedSubchannel)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadCorrectedSubchannel)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadCorrectedSubchannelWithC2)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadCorrectedSubchannelWithC2)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadDCB)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadDCB)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadDDS)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadDDS)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadDMI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadDMI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadDiscInformation)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadDiscInformation)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadFullTOC)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadFullTOC)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadHDCMI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadHDCMI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadLayerCapacity)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadLayerCapacity)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadFirstTrackPreGap)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadFirstTrackPreGap)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadLeadIn)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadLeadIn)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadLeadOut)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadLeadOut)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadMediaID)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadMediaID)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadMediaSerial)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadMediaSerial)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPAC)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPAC)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPFI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPFI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPMA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPMA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPQSubchannel)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPQSubchannel)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPQSubchannelWithC2)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPQSubchannelWithC2)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadPRI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadPRI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadRWSubchannel)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadRWSubchannel)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadRWSubchannelWithC2)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadRWSubchannelWithC2)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadRecordablePFI)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadRecordablePFI)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadSpareAreaInformation)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadSpareAreaInformation)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadTOC)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadTOC)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Density)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Density)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LongBlockSize)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LongBlockSize)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Manufacturer)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Manufacturer)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.MediaIsRecognized)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.MediaIsRecognized)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.MediumType)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.MediumType)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.MediumTypeName)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.MediumTypeName)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Model)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Model)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsHLDTSTReadRawDVD)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsHLDTSTReadRawDVD)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsNECReadCDDA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsNECReadCDDA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsPioneerReadCDDA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsPioneerReadCDDA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsPioneerReadCDDAMSF)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsPioneerReadCDDAMSF)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsPlextorReadCDDA)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsPlextorReadCDDA)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsPlextorReadRawDVD)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsPlextorReadRawDVD)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsRead10)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsRead10)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsRead12)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsRead12)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsRead16)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsRead16)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsRead6)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsRead6)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCapacity16)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCapacity16)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCapacity)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCapacity)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCd)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCd)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCdMsf)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCdMsf)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCdRaw)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCdRaw)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadCdMsfRaw)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadCdMsfRaw)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLong16)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLong16)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLong)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLong)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ModeSense6Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ModeSense6Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ModeSense10Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ModeSense10Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LBASectors)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LBASectors)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LBA48Sectors)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LBA48Sectors)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LogicalAlignment)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LogicalAlignment)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.NominalRotationRate)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.NominalRotationRate)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PhysicalBlockSize)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PhysicalBlockSize)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SolidStateDevice)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SolidStateDevice)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.UnformattedBPT)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.UnformattedBPT)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.UnformattedBPS)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.UnformattedBPS)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDmaLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDmaLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDmaRetryLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDmaRetryLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadRetryLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadRetryLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLongLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLongLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLongRetryLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLongRetryLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsSeekLba)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsSeekLba)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDmaLba48)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDmaLba48)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLba48)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLba48)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDma)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDma)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadDmaRetry)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadDmaRetry)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadRetry)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadRetry)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadSectors)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadSectors)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsReadLongRetry)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsReadLongRetry)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.SupportsSeek)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.SupportsSeek)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadingIntersessionLeadIn)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadingIntersessionLeadIn)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CanReadingIntersessionLeadOut)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CanReadingIntersessionLeadOut)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.IntersessionLeadInData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.IntersessionLeadInData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.IntersessionLeadOutData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.IntersessionLeadOutData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Read6Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Read6Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Read10Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Read10Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Read12Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Read12Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Read16Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Read16Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLong10Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLong10Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLong16Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLong16Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadSectorsData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadSectorsData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadSectorsRetryData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadSectorsRetryData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaRetryData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaRetryData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadRetryLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadRetryLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaRetryLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaRetryLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLba48Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLba48Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadDmaLba48Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadDmaLba48Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLongData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLongData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLongRetryData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLongRetryData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLongLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLongLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadLongRetryLbaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadLongRetryLbaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.TocData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.TocData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.FullTocData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.FullTocData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.AtipData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.AtipData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PmaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PmaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadCdData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadCdData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadCdMsfData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadCdMsfData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadCdFullData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadCdFullData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.ReadCdMsfFullData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.ReadCdMsfFullData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Track1PregapData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.Track1PregapData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LeadInData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LeadInData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.LeadOutData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.LeadOutData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.C2PointersData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.C2PointersData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PQSubchannelData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PQSubchannelData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.RWSubchannelData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.RWSubchannelData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CorrectedSubchannelData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CorrectedSubchannelData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PQSubchannelWithC2Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PQSubchannelWithC2Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.RWSubchannelWithC2Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.RWSubchannelWithC2Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CorrectedSubchannelWithC2Data)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CorrectedSubchannelWithC2Data)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PfiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PfiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DmiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DmiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.CmiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.CmiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdBcaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdBcaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdAacsData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdAacsData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdDdsData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdDdsData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdSaiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdSaiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PriData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PriData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.EmbossedPfiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.EmbossedPfiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.AdipData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.AdipData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DcbData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DcbData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.HdCmiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.HdCmiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.DvdLayerData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.DvdLayerData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluBcaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluBcaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluDdsData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluDdsData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluSaiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluSaiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluDiData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluDiData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.BluPacData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.BluPacData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PlextorReadCddaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PlextorReadCddaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PioneerReadCddaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PioneerReadCddaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PioneerReadCddaMsfData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PioneerReadCddaMsfData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.NecReadCddaData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.NecReadCddaData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.PlextorReadRawDVDData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.PlextorReadRawDVDData)
</dd>
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.HLDTSTReadRawDVDData)
</dt>
<dd class = "col-sm-10">
@Html.DisplayFor(model => model.HLDTSTReadRawDVDData)
</dd>
</dl>
</div>
<div>
<a asp-action="Edit" asp-route-id="@Model.Id">Edit</a> |
<a asp-action="Index">Back to List</a>
</div>
</body>
</html>

View File

@@ -0,0 +1,785 @@
@model DiscImageChef.CommonTypes.Metadata.TestedMedia
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Edit</title>
</head>
<body>
<h4>TestedMedia</h4>
<hr />
<div class="row">
<div class="col-md-4">
<form asp-action="Edit">
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
<input type="hidden" asp-for="Id" />
<div class="form-group">
<label asp-for="IdentifyData" class="control-label"></label>
<input asp-for="IdentifyData" class="form-control" />
<span asp-validation-for="IdentifyData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Blocks" class="control-label"></label>
<input asp-for="Blocks" class="form-control" />
<span asp-validation-for="Blocks" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BlockSize" class="control-label"></label>
<input asp-for="BlockSize" class="form-control" />
<span asp-validation-for="BlockSize" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadAACS" class="control-label"></label>
<input asp-for="CanReadAACS" class="form-control" />
<span asp-validation-for="CanReadAACS" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadADIP" class="control-label"></label>
<input asp-for="CanReadADIP" class="form-control" />
<span asp-validation-for="CanReadADIP" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadATIP" class="control-label"></label>
<input asp-for="CanReadATIP" class="form-control" />
<span asp-validation-for="CanReadATIP" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadBCA" class="control-label"></label>
<input asp-for="CanReadBCA" class="form-control" />
<span asp-validation-for="CanReadBCA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadC2Pointers" class="control-label"></label>
<input asp-for="CanReadC2Pointers" class="form-control" />
<span asp-validation-for="CanReadC2Pointers" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadCMI" class="control-label"></label>
<input asp-for="CanReadCMI" class="form-control" />
<span asp-validation-for="CanReadCMI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadCorrectedSubchannel" class="control-label"></label>
<input asp-for="CanReadCorrectedSubchannel" class="form-control" />
<span asp-validation-for="CanReadCorrectedSubchannel" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadCorrectedSubchannelWithC2" class="control-label"></label>
<input asp-for="CanReadCorrectedSubchannelWithC2" class="form-control" />
<span asp-validation-for="CanReadCorrectedSubchannelWithC2" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadDCB" class="control-label"></label>
<input asp-for="CanReadDCB" class="form-control" />
<span asp-validation-for="CanReadDCB" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadDDS" class="control-label"></label>
<input asp-for="CanReadDDS" class="form-control" />
<span asp-validation-for="CanReadDDS" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadDMI" class="control-label"></label>
<input asp-for="CanReadDMI" class="form-control" />
<span asp-validation-for="CanReadDMI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadDiscInformation" class="control-label"></label>
<input asp-for="CanReadDiscInformation" class="form-control" />
<span asp-validation-for="CanReadDiscInformation" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadFullTOC" class="control-label"></label>
<input asp-for="CanReadFullTOC" class="form-control" />
<span asp-validation-for="CanReadFullTOC" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadHDCMI" class="control-label"></label>
<input asp-for="CanReadHDCMI" class="form-control" />
<span asp-validation-for="CanReadHDCMI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadLayerCapacity" class="control-label"></label>
<input asp-for="CanReadLayerCapacity" class="form-control" />
<span asp-validation-for="CanReadLayerCapacity" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadFirstTrackPreGap" class="control-label"></label>
<input asp-for="CanReadFirstTrackPreGap" class="form-control" />
<span asp-validation-for="CanReadFirstTrackPreGap" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadLeadIn" class="control-label"></label>
<input asp-for="CanReadLeadIn" class="form-control" />
<span asp-validation-for="CanReadLeadIn" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadLeadOut" class="control-label"></label>
<input asp-for="CanReadLeadOut" class="form-control" />
<span asp-validation-for="CanReadLeadOut" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadMediaID" class="control-label"></label>
<input asp-for="CanReadMediaID" class="form-control" />
<span asp-validation-for="CanReadMediaID" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadMediaSerial" class="control-label"></label>
<input asp-for="CanReadMediaSerial" class="form-control" />
<span asp-validation-for="CanReadMediaSerial" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPAC" class="control-label"></label>
<input asp-for="CanReadPAC" class="form-control" />
<span asp-validation-for="CanReadPAC" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPFI" class="control-label"></label>
<input asp-for="CanReadPFI" class="form-control" />
<span asp-validation-for="CanReadPFI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPMA" class="control-label"></label>
<input asp-for="CanReadPMA" class="form-control" />
<span asp-validation-for="CanReadPMA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPQSubchannel" class="control-label"></label>
<input asp-for="CanReadPQSubchannel" class="form-control" />
<span asp-validation-for="CanReadPQSubchannel" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPQSubchannelWithC2" class="control-label"></label>
<input asp-for="CanReadPQSubchannelWithC2" class="form-control" />
<span asp-validation-for="CanReadPQSubchannelWithC2" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadPRI" class="control-label"></label>
<input asp-for="CanReadPRI" class="form-control" />
<span asp-validation-for="CanReadPRI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadRWSubchannel" class="control-label"></label>
<input asp-for="CanReadRWSubchannel" class="form-control" />
<span asp-validation-for="CanReadRWSubchannel" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadRWSubchannelWithC2" class="control-label"></label>
<input asp-for="CanReadRWSubchannelWithC2" class="form-control" />
<span asp-validation-for="CanReadRWSubchannelWithC2" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadRecordablePFI" class="control-label"></label>
<input asp-for="CanReadRecordablePFI" class="form-control" />
<span asp-validation-for="CanReadRecordablePFI" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadSpareAreaInformation" class="control-label"></label>
<input asp-for="CanReadSpareAreaInformation" class="form-control" />
<span asp-validation-for="CanReadSpareAreaInformation" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadTOC" class="control-label"></label>
<input asp-for="CanReadTOC" class="form-control" />
<span asp-validation-for="CanReadTOC" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Density" class="control-label"></label>
<input asp-for="Density" class="form-control" />
<span asp-validation-for="Density" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LongBlockSize" class="control-label"></label>
<input asp-for="LongBlockSize" class="form-control" />
<span asp-validation-for="LongBlockSize" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Manufacturer" class="control-label"></label>
<input asp-for="Manufacturer" class="form-control" />
<span asp-validation-for="Manufacturer" class="text-danger"></span>
</div>
<div class="form-group form-check">
<label class="form-check-label">
<input class="form-check-input" asp-for="MediaIsRecognized" /> @Html.DisplayNameFor(model => model.MediaIsRecognized)
</label>
</div>
<div class="form-group">
<label asp-for="MediumType" class="control-label"></label>
<input asp-for="MediumType" class="form-control" />
<span asp-validation-for="MediumType" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="MediumTypeName" class="control-label"></label>
<input asp-for="MediumTypeName" class="form-control" />
<span asp-validation-for="MediumTypeName" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Model" class="control-label"></label>
<input asp-for="Model" class="form-control" />
<span asp-validation-for="Model" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsHLDTSTReadRawDVD" class="control-label"></label>
<input asp-for="SupportsHLDTSTReadRawDVD" class="form-control" />
<span asp-validation-for="SupportsHLDTSTReadRawDVD" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsNECReadCDDA" class="control-label"></label>
<input asp-for="SupportsNECReadCDDA" class="form-control" />
<span asp-validation-for="SupportsNECReadCDDA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsPioneerReadCDDA" class="control-label"></label>
<input asp-for="SupportsPioneerReadCDDA" class="form-control" />
<span asp-validation-for="SupportsPioneerReadCDDA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsPioneerReadCDDAMSF" class="control-label"></label>
<input asp-for="SupportsPioneerReadCDDAMSF" class="form-control" />
<span asp-validation-for="SupportsPioneerReadCDDAMSF" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsPlextorReadCDDA" class="control-label"></label>
<input asp-for="SupportsPlextorReadCDDA" class="form-control" />
<span asp-validation-for="SupportsPlextorReadCDDA" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsPlextorReadRawDVD" class="control-label"></label>
<input asp-for="SupportsPlextorReadRawDVD" class="form-control" />
<span asp-validation-for="SupportsPlextorReadRawDVD" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsRead10" class="control-label"></label>
<input asp-for="SupportsRead10" class="form-control" />
<span asp-validation-for="SupportsRead10" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsRead12" class="control-label"></label>
<input asp-for="SupportsRead12" class="form-control" />
<span asp-validation-for="SupportsRead12" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsRead16" class="control-label"></label>
<input asp-for="SupportsRead16" class="form-control" />
<span asp-validation-for="SupportsRead16" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsRead6" class="control-label"></label>
<input asp-for="SupportsRead6" class="form-control" />
<span asp-validation-for="SupportsRead6" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCapacity16" class="control-label"></label>
<input asp-for="SupportsReadCapacity16" class="form-control" />
<span asp-validation-for="SupportsReadCapacity16" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCapacity" class="control-label"></label>
<input asp-for="SupportsReadCapacity" class="form-control" />
<span asp-validation-for="SupportsReadCapacity" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCd" class="control-label"></label>
<input asp-for="SupportsReadCd" class="form-control" />
<span asp-validation-for="SupportsReadCd" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCdMsf" class="control-label"></label>
<input asp-for="SupportsReadCdMsf" class="form-control" />
<span asp-validation-for="SupportsReadCdMsf" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCdRaw" class="control-label"></label>
<input asp-for="SupportsReadCdRaw" class="form-control" />
<span asp-validation-for="SupportsReadCdRaw" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadCdMsfRaw" class="control-label"></label>
<input asp-for="SupportsReadCdMsfRaw" class="form-control" />
<span asp-validation-for="SupportsReadCdMsfRaw" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLong16" class="control-label"></label>
<input asp-for="SupportsReadLong16" class="form-control" />
<span asp-validation-for="SupportsReadLong16" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLong" class="control-label"></label>
<input asp-for="SupportsReadLong" class="form-control" />
<span asp-validation-for="SupportsReadLong" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ModeSense6Data" class="control-label"></label>
<input asp-for="ModeSense6Data" class="form-control" />
<span asp-validation-for="ModeSense6Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ModeSense10Data" class="control-label"></label>
<input asp-for="ModeSense10Data" class="form-control" />
<span asp-validation-for="ModeSense10Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LBASectors" class="control-label"></label>
<input asp-for="LBASectors" class="form-control" />
<span asp-validation-for="LBASectors" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LBA48Sectors" class="control-label"></label>
<input asp-for="LBA48Sectors" class="form-control" />
<span asp-validation-for="LBA48Sectors" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LogicalAlignment" class="control-label"></label>
<input asp-for="LogicalAlignment" class="form-control" />
<span asp-validation-for="LogicalAlignment" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="NominalRotationRate" class="control-label"></label>
<input asp-for="NominalRotationRate" class="form-control" />
<span asp-validation-for="NominalRotationRate" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PhysicalBlockSize" class="control-label"></label>
<input asp-for="PhysicalBlockSize" class="form-control" />
<span asp-validation-for="PhysicalBlockSize" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SolidStateDevice" class="control-label"></label>
<input asp-for="SolidStateDevice" class="form-control" />
<span asp-validation-for="SolidStateDevice" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="UnformattedBPT" class="control-label"></label>
<input asp-for="UnformattedBPT" class="form-control" />
<span asp-validation-for="UnformattedBPT" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="UnformattedBPS" class="control-label"></label>
<input asp-for="UnformattedBPS" class="form-control" />
<span asp-validation-for="UnformattedBPS" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDmaLba" class="control-label"></label>
<input asp-for="SupportsReadDmaLba" class="form-control" />
<span asp-validation-for="SupportsReadDmaLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDmaRetryLba" class="control-label"></label>
<input asp-for="SupportsReadDmaRetryLba" class="form-control" />
<span asp-validation-for="SupportsReadDmaRetryLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLba" class="control-label"></label>
<input asp-for="SupportsReadLba" class="form-control" />
<span asp-validation-for="SupportsReadLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadRetryLba" class="control-label"></label>
<input asp-for="SupportsReadRetryLba" class="form-control" />
<span asp-validation-for="SupportsReadRetryLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLongLba" class="control-label"></label>
<input asp-for="SupportsReadLongLba" class="form-control" />
<span asp-validation-for="SupportsReadLongLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLongRetryLba" class="control-label"></label>
<input asp-for="SupportsReadLongRetryLba" class="form-control" />
<span asp-validation-for="SupportsReadLongRetryLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsSeekLba" class="control-label"></label>
<input asp-for="SupportsSeekLba" class="form-control" />
<span asp-validation-for="SupportsSeekLba" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDmaLba48" class="control-label"></label>
<input asp-for="SupportsReadDmaLba48" class="form-control" />
<span asp-validation-for="SupportsReadDmaLba48" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLba48" class="control-label"></label>
<input asp-for="SupportsReadLba48" class="form-control" />
<span asp-validation-for="SupportsReadLba48" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDma" class="control-label"></label>
<input asp-for="SupportsReadDma" class="form-control" />
<span asp-validation-for="SupportsReadDma" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadDmaRetry" class="control-label"></label>
<input asp-for="SupportsReadDmaRetry" class="form-control" />
<span asp-validation-for="SupportsReadDmaRetry" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadRetry" class="control-label"></label>
<input asp-for="SupportsReadRetry" class="form-control" />
<span asp-validation-for="SupportsReadRetry" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadSectors" class="control-label"></label>
<input asp-for="SupportsReadSectors" class="form-control" />
<span asp-validation-for="SupportsReadSectors" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsReadLongRetry" class="control-label"></label>
<input asp-for="SupportsReadLongRetry" class="form-control" />
<span asp-validation-for="SupportsReadLongRetry" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="SupportsSeek" class="control-label"></label>
<input asp-for="SupportsSeek" class="form-control" />
<span asp-validation-for="SupportsSeek" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadingIntersessionLeadIn" class="control-label"></label>
<input asp-for="CanReadingIntersessionLeadIn" class="form-control" />
<span asp-validation-for="CanReadingIntersessionLeadIn" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CanReadingIntersessionLeadOut" class="control-label"></label>
<input asp-for="CanReadingIntersessionLeadOut" class="form-control" />
<span asp-validation-for="CanReadingIntersessionLeadOut" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="IntersessionLeadInData" class="control-label"></label>
<input asp-for="IntersessionLeadInData" class="form-control" />
<span asp-validation-for="IntersessionLeadInData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="IntersessionLeadOutData" class="control-label"></label>
<input asp-for="IntersessionLeadOutData" class="form-control" />
<span asp-validation-for="IntersessionLeadOutData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Read6Data" class="control-label"></label>
<input asp-for="Read6Data" class="form-control" />
<span asp-validation-for="Read6Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Read10Data" class="control-label"></label>
<input asp-for="Read10Data" class="form-control" />
<span asp-validation-for="Read10Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Read12Data" class="control-label"></label>
<input asp-for="Read12Data" class="form-control" />
<span asp-validation-for="Read12Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Read16Data" class="control-label"></label>
<input asp-for="Read16Data" class="form-control" />
<span asp-validation-for="Read16Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLong10Data" class="control-label"></label>
<input asp-for="ReadLong10Data" class="form-control" />
<span asp-validation-for="ReadLong10Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLong16Data" class="control-label"></label>
<input asp-for="ReadLong16Data" class="form-control" />
<span asp-validation-for="ReadLong16Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadSectorsData" class="control-label"></label>
<input asp-for="ReadSectorsData" class="form-control" />
<span asp-validation-for="ReadSectorsData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadSectorsRetryData" class="control-label"></label>
<input asp-for="ReadSectorsRetryData" class="form-control" />
<span asp-validation-for="ReadSectorsRetryData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaData" class="control-label"></label>
<input asp-for="ReadDmaData" class="form-control" />
<span asp-validation-for="ReadDmaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaRetryData" class="control-label"></label>
<input asp-for="ReadDmaRetryData" class="form-control" />
<span asp-validation-for="ReadDmaRetryData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLbaData" class="control-label"></label>
<input asp-for="ReadLbaData" class="form-control" />
<span asp-validation-for="ReadLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadRetryLbaData" class="control-label"></label>
<input asp-for="ReadRetryLbaData" class="form-control" />
<span asp-validation-for="ReadRetryLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaLbaData" class="control-label"></label>
<input asp-for="ReadDmaLbaData" class="form-control" />
<span asp-validation-for="ReadDmaLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaRetryLbaData" class="control-label"></label>
<input asp-for="ReadDmaRetryLbaData" class="form-control" />
<span asp-validation-for="ReadDmaRetryLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLba48Data" class="control-label"></label>
<input asp-for="ReadLba48Data" class="form-control" />
<span asp-validation-for="ReadLba48Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadDmaLba48Data" class="control-label"></label>
<input asp-for="ReadDmaLba48Data" class="form-control" />
<span asp-validation-for="ReadDmaLba48Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLongData" class="control-label"></label>
<input asp-for="ReadLongData" class="form-control" />
<span asp-validation-for="ReadLongData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLongRetryData" class="control-label"></label>
<input asp-for="ReadLongRetryData" class="form-control" />
<span asp-validation-for="ReadLongRetryData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLongLbaData" class="control-label"></label>
<input asp-for="ReadLongLbaData" class="form-control" />
<span asp-validation-for="ReadLongLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadLongRetryLbaData" class="control-label"></label>
<input asp-for="ReadLongRetryLbaData" class="form-control" />
<span asp-validation-for="ReadLongRetryLbaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="TocData" class="control-label"></label>
<input asp-for="TocData" class="form-control" />
<span asp-validation-for="TocData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="FullTocData" class="control-label"></label>
<input asp-for="FullTocData" class="form-control" />
<span asp-validation-for="FullTocData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="AtipData" class="control-label"></label>
<input asp-for="AtipData" class="form-control" />
<span asp-validation-for="AtipData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PmaData" class="control-label"></label>
<input asp-for="PmaData" class="form-control" />
<span asp-validation-for="PmaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadCdData" class="control-label"></label>
<input asp-for="ReadCdData" class="form-control" />
<span asp-validation-for="ReadCdData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadCdMsfData" class="control-label"></label>
<input asp-for="ReadCdMsfData" class="form-control" />
<span asp-validation-for="ReadCdMsfData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadCdFullData" class="control-label"></label>
<input asp-for="ReadCdFullData" class="form-control" />
<span asp-validation-for="ReadCdFullData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="ReadCdMsfFullData" class="control-label"></label>
<input asp-for="ReadCdMsfFullData" class="form-control" />
<span asp-validation-for="ReadCdMsfFullData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="Track1PregapData" class="control-label"></label>
<input asp-for="Track1PregapData" class="form-control" />
<span asp-validation-for="Track1PregapData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LeadInData" class="control-label"></label>
<input asp-for="LeadInData" class="form-control" />
<span asp-validation-for="LeadInData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="LeadOutData" class="control-label"></label>
<input asp-for="LeadOutData" class="form-control" />
<span asp-validation-for="LeadOutData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="C2PointersData" class="control-label"></label>
<input asp-for="C2PointersData" class="form-control" />
<span asp-validation-for="C2PointersData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PQSubchannelData" class="control-label"></label>
<input asp-for="PQSubchannelData" class="form-control" />
<span asp-validation-for="PQSubchannelData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="RWSubchannelData" class="control-label"></label>
<input asp-for="RWSubchannelData" class="form-control" />
<span asp-validation-for="RWSubchannelData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CorrectedSubchannelData" class="control-label"></label>
<input asp-for="CorrectedSubchannelData" class="form-control" />
<span asp-validation-for="CorrectedSubchannelData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PQSubchannelWithC2Data" class="control-label"></label>
<input asp-for="PQSubchannelWithC2Data" class="form-control" />
<span asp-validation-for="PQSubchannelWithC2Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="RWSubchannelWithC2Data" class="control-label"></label>
<input asp-for="RWSubchannelWithC2Data" class="form-control" />
<span asp-validation-for="RWSubchannelWithC2Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CorrectedSubchannelWithC2Data" class="control-label"></label>
<input asp-for="CorrectedSubchannelWithC2Data" class="form-control" />
<span asp-validation-for="CorrectedSubchannelWithC2Data" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PfiData" class="control-label"></label>
<input asp-for="PfiData" class="form-control" />
<span asp-validation-for="PfiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DmiData" class="control-label"></label>
<input asp-for="DmiData" class="form-control" />
<span asp-validation-for="DmiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="CmiData" class="control-label"></label>
<input asp-for="CmiData" class="form-control" />
<span asp-validation-for="CmiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdBcaData" class="control-label"></label>
<input asp-for="DvdBcaData" class="form-control" />
<span asp-validation-for="DvdBcaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdAacsData" class="control-label"></label>
<input asp-for="DvdAacsData" class="form-control" />
<span asp-validation-for="DvdAacsData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdDdsData" class="control-label"></label>
<input asp-for="DvdDdsData" class="form-control" />
<span asp-validation-for="DvdDdsData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdSaiData" class="control-label"></label>
<input asp-for="DvdSaiData" class="form-control" />
<span asp-validation-for="DvdSaiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PriData" class="control-label"></label>
<input asp-for="PriData" class="form-control" />
<span asp-validation-for="PriData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="EmbossedPfiData" class="control-label"></label>
<input asp-for="EmbossedPfiData" class="form-control" />
<span asp-validation-for="EmbossedPfiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="AdipData" class="control-label"></label>
<input asp-for="AdipData" class="form-control" />
<span asp-validation-for="AdipData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DcbData" class="control-label"></label>
<input asp-for="DcbData" class="form-control" />
<span asp-validation-for="DcbData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="HdCmiData" class="control-label"></label>
<input asp-for="HdCmiData" class="form-control" />
<span asp-validation-for="HdCmiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="DvdLayerData" class="control-label"></label>
<input asp-for="DvdLayerData" class="form-control" />
<span asp-validation-for="DvdLayerData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluBcaData" class="control-label"></label>
<input asp-for="BluBcaData" class="form-control" />
<span asp-validation-for="BluBcaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluDdsData" class="control-label"></label>
<input asp-for="BluDdsData" class="form-control" />
<span asp-validation-for="BluDdsData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluSaiData" class="control-label"></label>
<input asp-for="BluSaiData" class="form-control" />
<span asp-validation-for="BluSaiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluDiData" class="control-label"></label>
<input asp-for="BluDiData" class="form-control" />
<span asp-validation-for="BluDiData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="BluPacData" class="control-label"></label>
<input asp-for="BluPacData" class="form-control" />
<span asp-validation-for="BluPacData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PlextorReadCddaData" class="control-label"></label>
<input asp-for="PlextorReadCddaData" class="form-control" />
<span asp-validation-for="PlextorReadCddaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PioneerReadCddaData" class="control-label"></label>
<input asp-for="PioneerReadCddaData" class="form-control" />
<span asp-validation-for="PioneerReadCddaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PioneerReadCddaMsfData" class="control-label"></label>
<input asp-for="PioneerReadCddaMsfData" class="form-control" />
<span asp-validation-for="PioneerReadCddaMsfData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="NecReadCddaData" class="control-label"></label>
<input asp-for="NecReadCddaData" class="form-control" />
<span asp-validation-for="NecReadCddaData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="PlextorReadRawDVDData" class="control-label"></label>
<input asp-for="PlextorReadRawDVDData" class="form-control" />
<span asp-validation-for="PlextorReadRawDVDData" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="HLDTSTReadRawDVDData" class="control-label"></label>
<input asp-for="HLDTSTReadRawDVDData" class="form-control" />
<span asp-validation-for="HLDTSTReadRawDVDData" class="text-danger"></span>
</div>
<div class="form-group">
<input type="submit" value="Save" class="btn btn-primary" />
</div>
</form>
</div>
</div>
<div>
<a asp-action="Index">Back to List</a>
</div>
</body>
</html>

View File

@@ -0,0 +1,937 @@
@model IEnumerable<DiscImageChef.CommonTypes.Metadata.TestedMedia>
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
</head>
<body>
<p>
<a asp-action="Create">Create New</a>
</p>
<table class="table">
<thead>
<tr>
<th>
@Html.DisplayNameFor(model => model.IdentifyData)
</th>
<th>
@Html.DisplayNameFor(model => model.Blocks)
</th>
<th>
@Html.DisplayNameFor(model => model.BlockSize)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadAACS)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadADIP)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadATIP)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadBCA)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadC2Pointers)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadCMI)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadCorrectedSubchannel)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadCorrectedSubchannelWithC2)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadDCB)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadDDS)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadDMI)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadDiscInformation)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadFullTOC)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadHDCMI)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadLayerCapacity)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadFirstTrackPreGap)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadLeadIn)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadLeadOut)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadMediaID)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadMediaSerial)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadPAC)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadPFI)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadPMA)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadPQSubchannel)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadPQSubchannelWithC2)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadPRI)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadRWSubchannel)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadRWSubchannelWithC2)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadRecordablePFI)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadSpareAreaInformation)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadTOC)
</th>
<th>
@Html.DisplayNameFor(model => model.Density)
</th>
<th>
@Html.DisplayNameFor(model => model.LongBlockSize)
</th>
<th>
@Html.DisplayNameFor(model => model.Manufacturer)
</th>
<th>
@Html.DisplayNameFor(model => model.MediaIsRecognized)
</th>
<th>
@Html.DisplayNameFor(model => model.MediumType)
</th>
<th>
@Html.DisplayNameFor(model => model.MediumTypeName)
</th>
<th>
@Html.DisplayNameFor(model => model.Model)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsHLDTSTReadRawDVD)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsNECReadCDDA)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsPioneerReadCDDA)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsPioneerReadCDDAMSF)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsPlextorReadCDDA)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsPlextorReadRawDVD)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsRead10)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsRead12)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsRead16)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsRead6)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadCapacity16)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadCapacity)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadCd)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadCdMsf)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadCdRaw)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadCdMsfRaw)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadLong16)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadLong)
</th>
<th>
@Html.DisplayNameFor(model => model.ModeSense6Data)
</th>
<th>
@Html.DisplayNameFor(model => model.ModeSense10Data)
</th>
<th>
@Html.DisplayNameFor(model => model.LBASectors)
</th>
<th>
@Html.DisplayNameFor(model => model.LBA48Sectors)
</th>
<th>
@Html.DisplayNameFor(model => model.LogicalAlignment)
</th>
<th>
@Html.DisplayNameFor(model => model.NominalRotationRate)
</th>
<th>
@Html.DisplayNameFor(model => model.PhysicalBlockSize)
</th>
<th>
@Html.DisplayNameFor(model => model.SolidStateDevice)
</th>
<th>
@Html.DisplayNameFor(model => model.UnformattedBPT)
</th>
<th>
@Html.DisplayNameFor(model => model.UnformattedBPS)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadDmaLba)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadDmaRetryLba)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadLba)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadRetryLba)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadLongLba)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadLongRetryLba)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsSeekLba)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadDmaLba48)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadLba48)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadDma)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadDmaRetry)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadRetry)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadSectors)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsReadLongRetry)
</th>
<th>
@Html.DisplayNameFor(model => model.SupportsSeek)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadingIntersessionLeadIn)
</th>
<th>
@Html.DisplayNameFor(model => model.CanReadingIntersessionLeadOut)
</th>
<th>
@Html.DisplayNameFor(model => model.IntersessionLeadInData)
</th>
<th>
@Html.DisplayNameFor(model => model.IntersessionLeadOutData)
</th>
<th>
@Html.DisplayNameFor(model => model.Read6Data)
</th>
<th>
@Html.DisplayNameFor(model => model.Read10Data)
</th>
<th>
@Html.DisplayNameFor(model => model.Read12Data)
</th>
<th>
@Html.DisplayNameFor(model => model.Read16Data)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadLong10Data)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadLong16Data)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadSectorsData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadSectorsRetryData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadDmaData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadDmaRetryData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadLbaData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadRetryLbaData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadDmaLbaData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadDmaRetryLbaData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadLba48Data)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadDmaLba48Data)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadLongData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadLongRetryData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadLongLbaData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadLongRetryLbaData)
</th>
<th>
@Html.DisplayNameFor(model => model.TocData)
</th>
<th>
@Html.DisplayNameFor(model => model.FullTocData)
</th>
<th>
@Html.DisplayNameFor(model => model.AtipData)
</th>
<th>
@Html.DisplayNameFor(model => model.PmaData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadCdData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadCdMsfData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadCdFullData)
</th>
<th>
@Html.DisplayNameFor(model => model.ReadCdMsfFullData)
</th>
<th>
@Html.DisplayNameFor(model => model.Track1PregapData)
</th>
<th>
@Html.DisplayNameFor(model => model.LeadInData)
</th>
<th>
@Html.DisplayNameFor(model => model.LeadOutData)
</th>
<th>
@Html.DisplayNameFor(model => model.C2PointersData)
</th>
<th>
@Html.DisplayNameFor(model => model.PQSubchannelData)
</th>
<th>
@Html.DisplayNameFor(model => model.RWSubchannelData)
</th>
<th>
@Html.DisplayNameFor(model => model.CorrectedSubchannelData)
</th>
<th>
@Html.DisplayNameFor(model => model.PQSubchannelWithC2Data)
</th>
<th>
@Html.DisplayNameFor(model => model.RWSubchannelWithC2Data)
</th>
<th>
@Html.DisplayNameFor(model => model.CorrectedSubchannelWithC2Data)
</th>
<th>
@Html.DisplayNameFor(model => model.PfiData)
</th>
<th>
@Html.DisplayNameFor(model => model.DmiData)
</th>
<th>
@Html.DisplayNameFor(model => model.CmiData)
</th>
<th>
@Html.DisplayNameFor(model => model.DvdBcaData)
</th>
<th>
@Html.DisplayNameFor(model => model.DvdAacsData)
</th>
<th>
@Html.DisplayNameFor(model => model.DvdDdsData)
</th>
<th>
@Html.DisplayNameFor(model => model.DvdSaiData)
</th>
<th>
@Html.DisplayNameFor(model => model.PriData)
</th>
<th>
@Html.DisplayNameFor(model => model.EmbossedPfiData)
</th>
<th>
@Html.DisplayNameFor(model => model.AdipData)
</th>
<th>
@Html.DisplayNameFor(model => model.DcbData)
</th>
<th>
@Html.DisplayNameFor(model => model.HdCmiData)
</th>
<th>
@Html.DisplayNameFor(model => model.DvdLayerData)
</th>
<th>
@Html.DisplayNameFor(model => model.BluBcaData)
</th>
<th>
@Html.DisplayNameFor(model => model.BluDdsData)
</th>
<th>
@Html.DisplayNameFor(model => model.BluSaiData)
</th>
<th>
@Html.DisplayNameFor(model => model.BluDiData)
</th>
<th>
@Html.DisplayNameFor(model => model.BluPacData)
</th>
<th>
@Html.DisplayNameFor(model => model.PlextorReadCddaData)
</th>
<th>
@Html.DisplayNameFor(model => model.PioneerReadCddaData)
</th>
<th>
@Html.DisplayNameFor(model => model.PioneerReadCddaMsfData)
</th>
<th>
@Html.DisplayNameFor(model => model.NecReadCddaData)
</th>
<th>
@Html.DisplayNameFor(model => model.PlextorReadRawDVDData)
</th>
<th>
@Html.DisplayNameFor(model => model.HLDTSTReadRawDVDData)
</th>
<th></th>
</tr>
</thead>
<tbody>
@foreach (var item in Model) {
<tr>
<td>
@Html.DisplayFor(modelItem => item.IdentifyData)
</td>
<td>
@Html.DisplayFor(modelItem => item.Blocks)
</td>
<td>
@Html.DisplayFor(modelItem => item.BlockSize)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadAACS)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadADIP)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadATIP)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadBCA)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadC2Pointers)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadCMI)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadCorrectedSubchannel)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadCorrectedSubchannelWithC2)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadDCB)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadDDS)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadDMI)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadDiscInformation)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadFullTOC)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadHDCMI)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadLayerCapacity)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadFirstTrackPreGap)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadLeadIn)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadLeadOut)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadMediaID)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadMediaSerial)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadPAC)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadPFI)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadPMA)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadPQSubchannel)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadPQSubchannelWithC2)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadPRI)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadRWSubchannel)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadRWSubchannelWithC2)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadRecordablePFI)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadSpareAreaInformation)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadTOC)
</td>
<td>
@Html.DisplayFor(modelItem => item.Density)
</td>
<td>
@Html.DisplayFor(modelItem => item.LongBlockSize)
</td>
<td>
@Html.DisplayFor(modelItem => item.Manufacturer)
</td>
<td>
@Html.DisplayFor(modelItem => item.MediaIsRecognized)
</td>
<td>
@Html.DisplayFor(modelItem => item.MediumType)
</td>
<td>
@Html.DisplayFor(modelItem => item.MediumTypeName)
</td>
<td>
@Html.DisplayFor(modelItem => item.Model)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsHLDTSTReadRawDVD)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsNECReadCDDA)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsPioneerReadCDDA)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsPioneerReadCDDAMSF)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsPlextorReadCDDA)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsPlextorReadRawDVD)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsRead10)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsRead12)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsRead16)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsRead6)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadCapacity16)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadCapacity)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadCd)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadCdMsf)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadCdRaw)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadCdMsfRaw)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadLong16)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadLong)
</td>
<td>
@Html.DisplayFor(modelItem => item.ModeSense6Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.ModeSense10Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.LBASectors)
</td>
<td>
@Html.DisplayFor(modelItem => item.LBA48Sectors)
</td>
<td>
@Html.DisplayFor(modelItem => item.LogicalAlignment)
</td>
<td>
@Html.DisplayFor(modelItem => item.NominalRotationRate)
</td>
<td>
@Html.DisplayFor(modelItem => item.PhysicalBlockSize)
</td>
<td>
@Html.DisplayFor(modelItem => item.SolidStateDevice)
</td>
<td>
@Html.DisplayFor(modelItem => item.UnformattedBPT)
</td>
<td>
@Html.DisplayFor(modelItem => item.UnformattedBPS)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadDmaLba)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadDmaRetryLba)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadLba)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadRetryLba)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadLongLba)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadLongRetryLba)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsSeekLba)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadDmaLba48)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadLba48)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadDma)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadDmaRetry)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadRetry)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadSectors)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsReadLongRetry)
</td>
<td>
@Html.DisplayFor(modelItem => item.SupportsSeek)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadingIntersessionLeadIn)
</td>
<td>
@Html.DisplayFor(modelItem => item.CanReadingIntersessionLeadOut)
</td>
<td>
@Html.DisplayFor(modelItem => item.IntersessionLeadInData)
</td>
<td>
@Html.DisplayFor(modelItem => item.IntersessionLeadOutData)
</td>
<td>
@Html.DisplayFor(modelItem => item.Read6Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.Read10Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.Read12Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.Read16Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadLong10Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadLong16Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadSectorsData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadSectorsRetryData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadDmaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadDmaRetryData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadLbaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadRetryLbaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadDmaLbaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadDmaRetryLbaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadLba48Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadDmaLba48Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadLongData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadLongRetryData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadLongLbaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadLongRetryLbaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.TocData)
</td>
<td>
@Html.DisplayFor(modelItem => item.FullTocData)
</td>
<td>
@Html.DisplayFor(modelItem => item.AtipData)
</td>
<td>
@Html.DisplayFor(modelItem => item.PmaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadCdData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadCdMsfData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadCdFullData)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReadCdMsfFullData)
</td>
<td>
@Html.DisplayFor(modelItem => item.Track1PregapData)
</td>
<td>
@Html.DisplayFor(modelItem => item.LeadInData)
</td>
<td>
@Html.DisplayFor(modelItem => item.LeadOutData)
</td>
<td>
@Html.DisplayFor(modelItem => item.C2PointersData)
</td>
<td>
@Html.DisplayFor(modelItem => item.PQSubchannelData)
</td>
<td>
@Html.DisplayFor(modelItem => item.RWSubchannelData)
</td>
<td>
@Html.DisplayFor(modelItem => item.CorrectedSubchannelData)
</td>
<td>
@Html.DisplayFor(modelItem => item.PQSubchannelWithC2Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.RWSubchannelWithC2Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.CorrectedSubchannelWithC2Data)
</td>
<td>
@Html.DisplayFor(modelItem => item.PfiData)
</td>
<td>
@Html.DisplayFor(modelItem => item.DmiData)
</td>
<td>
@Html.DisplayFor(modelItem => item.CmiData)
</td>
<td>
@Html.DisplayFor(modelItem => item.DvdBcaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.DvdAacsData)
</td>
<td>
@Html.DisplayFor(modelItem => item.DvdDdsData)
</td>
<td>
@Html.DisplayFor(modelItem => item.DvdSaiData)
</td>
<td>
@Html.DisplayFor(modelItem => item.PriData)
</td>
<td>
@Html.DisplayFor(modelItem => item.EmbossedPfiData)
</td>
<td>
@Html.DisplayFor(modelItem => item.AdipData)
</td>
<td>
@Html.DisplayFor(modelItem => item.DcbData)
</td>
<td>
@Html.DisplayFor(modelItem => item.HdCmiData)
</td>
<td>
@Html.DisplayFor(modelItem => item.DvdLayerData)
</td>
<td>
@Html.DisplayFor(modelItem => item.BluBcaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.BluDdsData)
</td>
<td>
@Html.DisplayFor(modelItem => item.BluSaiData)
</td>
<td>
@Html.DisplayFor(modelItem => item.BluDiData)
</td>
<td>
@Html.DisplayFor(modelItem => item.BluPacData)
</td>
<td>
@Html.DisplayFor(modelItem => item.PlextorReadCddaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.PioneerReadCddaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.PioneerReadCddaMsfData)
</td>
<td>
@Html.DisplayFor(modelItem => item.NecReadCddaData)
</td>
<td>
@Html.DisplayFor(modelItem => item.PlextorReadRawDVDData)
</td>
<td>
@Html.DisplayFor(modelItem => item.HLDTSTReadRawDVDData)
</td>
<td>
<a asp-action="Edit" asp-route-id="@item.Id">Edit</a> |
<a asp-action="Details" asp-route-id="@item.Id">Details</a> |
<a asp-action="Delete" asp-route-id="@item.Id">Delete</a>
</td>
</tr>
}
</tbody>
</table>
</body>
</html>