mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add internal MetadataFile model
This commit is contained in:
18
SabreTools.Models/Internal/MetadataFile.cs
Normal file
18
SabreTools.Models/Internal/MetadataFile.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace SabreTools.Models.Internal
|
||||
{
|
||||
/// <summary>
|
||||
/// Format-agnostic representation of a full metadata file
|
||||
/// </summary>
|
||||
public class MetadataFile : DictionaryBase
|
||||
{
|
||||
#region Keys
|
||||
|
||||
/// <remarks>Machine[]</remarks>
|
||||
public const string MachineKey = "machine";
|
||||
|
||||
/// <remarks>Header</remarks>
|
||||
public const string HeaderKey = "header";
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user