CopyAtLeastOneMappedFiles
This commit is contained in:
@ -46,6 +46,8 @@ public class Configuration
|
||||
public bool OverrideForResizeImages { init; get; }
|
||||
public int PersonBirthdayFirstYear { init; get; }
|
||||
public string PersonBirthdayFormat { init; get; }
|
||||
public string PersonCharacters { init; get; }
|
||||
public string PersonCharactersToCopyTo { init; get; }
|
||||
public string PersonKeyFormat { init; get; }
|
||||
public string PredictorModelName { init; get; }
|
||||
public bool PropertiesChangedForDistance { init; get; }
|
||||
@ -112,6 +114,8 @@ public class Configuration
|
||||
bool overrideForResizeImages,
|
||||
int personBirthdayFirstYear,
|
||||
string personBirthdayFormat,
|
||||
string personCharacters,
|
||||
string personCharactersToCopyTo,
|
||||
string personKeyFormat,
|
||||
string predictorModelName,
|
||||
bool propertiesChangedForDistance,
|
||||
@ -177,6 +181,8 @@ public class Configuration
|
||||
OverrideForResizeImages = overrideForResizeImages;
|
||||
PersonBirthdayFirstYear = personBirthdayFirstYear;
|
||||
PersonBirthdayFormat = personBirthdayFormat;
|
||||
PersonCharacters = personCharacters;
|
||||
PersonCharactersToCopyTo = personCharactersToCopyTo;
|
||||
PersonKeyFormat = personKeyFormat;
|
||||
PredictorModelName = predictorModelName;
|
||||
PropertiesChangedForDistance = propertiesChangedForDistance;
|
||||
|
Reference in New Issue
Block a user