A_Metadata
This commit is contained in:
@ -8,7 +8,6 @@ public interface IPropertyConfiguration
|
||||
public string[] IgnoreRulesKeyWords { init; get; }
|
||||
public int IntMinValueLength { init; get; }
|
||||
public string PersonBirthdayFormat { init; get; }
|
||||
public bool PropertiesChangedForProperty { init; get; }
|
||||
public string[] PropertyContentCollectionFiles { init; get; }
|
||||
public string ResultAllInOne { init; get; }
|
||||
public int ResultAllInOneSubdirectoryLength { init; get; }
|
||||
|
@ -6,7 +6,7 @@ public interface IDlibDotNet
|
||||
void Tick();
|
||||
long Ticks { get; }
|
||||
int? CurrentTick { get; }
|
||||
(string, string) GetResultsFullGroupDirectories();
|
||||
string GetResultsFullGroupDirectories();
|
||||
void ConstructProgressBar(int maxTicks, string message);
|
||||
(string, string, string, string) GetResultsFullGroupDirectories(string outputResolution);
|
||||
|
||||
|
Reference in New Issue
Block a user