mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
[Aaru.CommonTypes] Reformat and cleanup.
This commit is contained in:
@@ -49,17 +49,23 @@ public interface IBaseImage
|
||||
{
|
||||
/// <summary>Plugin author</summary>
|
||||
string Author { get; }
|
||||
|
||||
/// <summary>Gets the Aaru Metadata for the image</summary>
|
||||
AaruMetadata.Metadata AaruMetadata { get; }
|
||||
|
||||
/// <summary>List of dump hardware used to create the image from real media</summary>
|
||||
List<DumpHardware> DumpHardware { get; }
|
||||
|
||||
/// <summary>Gets the image format.</summary>
|
||||
/// <value>The image format.</value>
|
||||
string Format { get; }
|
||||
|
||||
/// <summary>Plugin UUID.</summary>
|
||||
Guid Id { get; }
|
||||
|
||||
/// <summary>Image information</summary>
|
||||
ImageInfo Info { get; }
|
||||
|
||||
/// <summary>Plugin name.</summary>
|
||||
string Name { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user