IntelligentIdRecord
This commit is contained in:
@ -5,12 +5,13 @@ namespace View_by_Distance.Shared.Models;
|
||||
|
||||
public record FilePath(string DirectoryName,
|
||||
string ExtensionLowered,
|
||||
string FileNameFirstSegment,
|
||||
string FullName,
|
||||
int? Id,
|
||||
bool IsIdFormat,
|
||||
bool IsPaddedIdFormat,
|
||||
bool IsIntelligentIdFormat,
|
||||
string Name,
|
||||
string NameWithoutExtension)
|
||||
string NameWithoutExtension,
|
||||
int? SortOrder)
|
||||
{
|
||||
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user