LocationContainerDistanceGroupMinimum
This commit is contained in:
6
Shared/.vscode/tasks.json
vendored
6
Shared/.vscode/tasks.json
vendored
@ -42,6 +42,12 @@
|
||||
"type": "shell",
|
||||
"command": "& L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net7.0/win-x64/publish/File-Folder-Helper.exe s V L:/Git/View-by-Distance-MKLink-Console/Map/Models/Stateless",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "File-Folder-Helper AOT s Ticks",
|
||||
"type": "shell",
|
||||
"command": "& L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net7.0/win-x64/publish/File-Folder-Helper.exe s T 'D:/1-Images-A/Images-dd514b88-Results/E)Distance/dd514b88/('",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
@ -2,13 +2,14 @@ using System.Drawing;
|
||||
|
||||
namespace View_by_Distance.Shared.Models;
|
||||
|
||||
public record LocationContainer<T>(bool FromDistanceContent,
|
||||
int? DirectoryNumber,
|
||||
string File,
|
||||
long PersonKey,
|
||||
string DisplayDirectoryName,
|
||||
int Id,
|
||||
int WholePercentages,
|
||||
public record LocationContainer<T>(DateOnly CreationDateOnly,
|
||||
IReadOnlyList<T> Directories,
|
||||
int? DirectoryNumber,
|
||||
string DisplayDirectoryName,
|
||||
string File,
|
||||
bool FromDistanceContent,
|
||||
int Id,
|
||||
Location? Location,
|
||||
long PersonKey,
|
||||
RectangleF? Rectangle,
|
||||
Location? Location);
|
||||
int WholePercentages);
|
Reference in New Issue
Block a user