Shared.Models.Properties.IMetadataConfiguration
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IAAConfiguration
|
||||
public interface IMetadataConfiguration
|
||||
{
|
||||
|
||||
public string DateGroup { init; get; }
|
||||
public string[] IgnoreExtensions { init; get; }
|
||||
public string[] IgnoreRulesKeyWords { init; get; }
|
||||
public string PersonBirthdayFormat { init; get; }
|
||||
public bool PropertiesChangedForProperty { init; get; }
|
||||
public string[] PropertyContentCollectionFiles { init; get; }
|
||||
public string ResultAllInOne { init; get; }
|
11
Shared/Models/Properties/IZZConfiguration.cs
Normal file
11
Shared/Models/Properties/IZZConfiguration.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IZZConfiguration : IMetadataConfiguration
|
||||
{
|
||||
|
||||
public string[] IgnoreRulesKeyWords { init; get; }
|
||||
public string FileNameDirectorySeparator { init; get; }
|
||||
public string PersonBirthdayFormat { init; get; }
|
||||
public string Pattern { init; get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user