Metadata
This commit is contained in:
@ -2,14 +2,14 @@ using System.Drawing;
|
||||
|
||||
namespace View_by_Distance.Shared.Models;
|
||||
|
||||
public record LocationContainer<T>(DateOnly CreationDateOnly,
|
||||
IReadOnlyList<T> Directories,
|
||||
int? DirectoryNumber,
|
||||
string DisplayDirectoryName,
|
||||
FilePath FilePath,
|
||||
bool FromDistanceContent,
|
||||
int Id,
|
||||
Location? Location,
|
||||
long PersonKey,
|
||||
RectangleF? Rectangle,
|
||||
int WholePercentages);
|
||||
public record LocationContainer(DateOnly CreationDateOnly,
|
||||
ExifDirectory? ExifDirectory,
|
||||
int? DirectoryNumber,
|
||||
string DisplayDirectoryName,
|
||||
FilePath FilePath,
|
||||
bool FromDistanceContent,
|
||||
int Id,
|
||||
Location? Location,
|
||||
long PersonKey,
|
||||
RectangleF? Rectangle,
|
||||
int WholePercentages);
|
||||
Reference in New Issue
Block a user