mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 11:14:29 +00:00
Merge Dimensions classes.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -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
@@ -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; }
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user