Save Possibly New Person Containers
This commit is contained in:
15
Shared/Models/Properties/IPropertyConfiguration.cs
Normal file
15
Shared/Models/Properties/IPropertyConfiguration.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IPropertyConfiguration
|
||||
{
|
||||
|
||||
public string DateGroup { init; get; }
|
||||
public string[] PropertyContentCollectionFiles { init; get; }
|
||||
public string ResultAllInOne { init; get; }
|
||||
public string ResultCollection { init; get; }
|
||||
public string ResultContent { init; get; }
|
||||
public string ResultSingleton { init; get; }
|
||||
public string RootDirectory { get; }
|
||||
public string[] VerifyToSeason { init; get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user