DotNet.Ships.Record.SlefHeader - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / SlefHeader
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlefRecords.cs:13
The SLEF envelope header, which says which application produced an export.
new SlefHeader(
AppName,AppVersion)
string
The exporting application's name, such as EDSY.
string
The exporting application's version. The specification calls for a string and some applications write a number instead, so a numeric version reads back as its decimal text.
AppCustomProperties:
IReadOnlyDictionary<string, JsonElement>?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlefRecords.cs:23
Application-specific extra fields, kept as written so an export carries them back.
AppName:
string
The exporting application's name, such as EDSY.
AppUrl:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlefRecords.cs:19
A link back to the build in the exporting application, when one is stated.
AppVersion:
string
The exporting application's version. The specification calls for a string and some applications write a number instead, so a numeric version reads back as its decimal text.