🎨REFACTOR: Rename some methods and fields in IMediaImage interface.

This commit is contained in:
2017-12-28 19:56:36 +00:00
parent b0bcda2e43
commit feecb2f70a
139 changed files with 325 additions and 325 deletions

View File

@@ -53,7 +53,7 @@ namespace DiscImageChef.DiscImages
/// Gets the image format.
/// </summary>
/// <value>The image format.</value>
string ImageFormat { get; }
string Format { get; }
/// <summary>
/// Gets an array partitions. Typically only useful for optical disc
/// images where each track and index means a different partition, as
@@ -77,14 +77,14 @@ namespace DiscImageChef.DiscImages
/// </summary>
/// <returns><c>true</c>, if image was identified, <c>false</c> otherwise.</returns>
/// <param name="imageFilter">Image filter.</param>
bool IdentifyImage(IFilter imageFilter);
bool Identify(IFilter imageFilter);
/// <summary>
/// Opens the image.
/// </summary>
/// <returns><c>true</c>, if image was opened, <c>false</c> otherwise.</returns>
/// <param name="imageFilter">Image filter.</param>
bool OpenImage(IFilter imageFilter);
bool Open(IFilter imageFilter);
/// <summary>
/// Reads a disk tag.