Moved more to Map library
This commit is contained in:
13
Shared/Models/Properties/IMapping.cs
Normal file
13
Shared/Models/Properties/IMapping.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IMapping
|
||||
{
|
||||
|
||||
public int? ApproximateYears { get; }
|
||||
public string DisplayDirectoryName { get; }
|
||||
public bool? Filtered { get; }
|
||||
public int? NormalizedPixelPercentage { get; }
|
||||
public PersonBirthday PersonBirthday { get; }
|
||||
public string PersonKey { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user