mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[IArchive] Add Author field.
This commit is contained in:
@@ -79,6 +79,9 @@ public interface IArchive
|
|||||||
/// <summary>Unique UUID of the plugin</summary>
|
/// <summary>Unique UUID of the plugin</summary>
|
||||||
Guid Id { get; }
|
Guid Id { get; }
|
||||||
|
|
||||||
|
/// <summary>Plugin author</summary>
|
||||||
|
string Author { get; }
|
||||||
|
|
||||||
/// <summary>Identifies if the specified path contains data recognizable by this archive instance</summary>
|
/// <summary>Identifies if the specified path contains data recognizable by this archive instance</summary>
|
||||||
/// <param name="path">Path.</param>
|
/// <param name="path">Path.</param>
|
||||||
bool Identify(string path);
|
bool Identify(string path);
|
||||||
|
|||||||
Reference in New Issue
Block a user