mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add Listxml machine serialization
This commit is contained in:
@@ -54,6 +54,9 @@ namespace SabreTools.Models.Internal
|
||||
/// <remarks>string</remarks>
|
||||
public const string DescriptionKey = "description";
|
||||
|
||||
/// <remarks>Device[]</remarks>
|
||||
public const string DeviceKey = "device";
|
||||
|
||||
/// <remarks>DeviceRef[]</remarks>
|
||||
public const string DeviceRefKey = "device_ref";
|
||||
|
||||
@@ -90,6 +93,9 @@ namespace SabreTools.Models.Internal
|
||||
/// <remarks>string</remarks>
|
||||
public const string FavoriteKey = "favorite";
|
||||
|
||||
/// <remarks>Feature[]</remarks>
|
||||
public const string FeatureKey = "feature";
|
||||
|
||||
/// <remarks>string</remarks>
|
||||
public const string GenMSXIDKey = "genmsxid";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user