Merge Dimensions classes.

This commit is contained in:
2022-12-17 20:59:01 +00:00
parent b2afea72c8
commit 8d7f99e0d3
6 changed files with 1063 additions and 1110 deletions

View File

@@ -58,7 +58,7 @@ public class AudioMedia
public string AccoustID { get; set; }
public List<AudioBlock> Blocks { get; set; }
public string CopyProtection { get; set; }
public DimensionsNew Dimensions { get; set; }
public Dimensions Dimensions { get; set; }
public Scans Scans { get; set; }
public List<DumpHardware> DumpHardware { get; set; }

View File

@@ -77,7 +77,7 @@ public class BlockMedia
public ulong? SectorsPerTrack { get; set; }
public List<BlockTrack> Track { get; set; }
public string CopyProtection { get; set; }
public DimensionsNew Dimensions { get; set; }
public Dimensions Dimensions { get; set; }
public List<Partition> FileSystemInformation { get; set; }
public List<DumpHardware> DumpHardware { get; set; }
public string MediaType { get; set; }

File diff suppressed because it is too large Load Diff

View File

@@ -61,7 +61,7 @@ public class LinearMedia
public string Model { get; set; }
public string Package { get; set; }
public string Interface { get; set; }
public DimensionsNew Dimensions { get; set; }
public Dimensions Dimensions { get; set; }
public Scans Scans { get; set; }
public List<DumpHardware> DumpHardware { get; set; }
public Pcmcia Pcmcia { get; set; }

View File

@@ -66,7 +66,7 @@ public class OpticalDisc
public uint[] Tracks { get; set; }
public uint Sessions { get; set; }
public string CopyProtection { get; set; }
public DimensionsNew Dimensions { get; set; }
public Dimensions Dimensions { get; set; }
public Case Case { get; set; }
public Scans Scans { get; set; }
public Dump Pfi { get; set; }

File diff suppressed because it is too large Load Diff