Init
This commit is contained in:
12
Shared/Models/Properties/IIdentify.cs
Normal file
12
Shared/Models/Properties/IIdentify.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IIdentify
|
||||
{
|
||||
|
||||
public int DirectoryCount { get; }
|
||||
public string ParentDirectoryName { get; }
|
||||
public string Person { get; }
|
||||
public string PossibleYear { get; }
|
||||
public string RelativePath { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user