From 7c8bee8e12b2bc340336d66cad6b2bf15e110896 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 31 Aug 2020 23:31:20 -0700 Subject: [PATCH] Add promotion notes --- SabreTools.Library/DatItems/Auxiliary.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SabreTools.Library/DatItems/Auxiliary.cs b/SabreTools.Library/DatItems/Auxiliary.cs index 014c6fd7..2dbee1d0 100644 --- a/SabreTools.Library/DatItems/Auxiliary.cs +++ b/SabreTools.Library/DatItems/Auxiliary.cs @@ -14,6 +14,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML adjuster /// + /// TODO: Promote to DatItem level [JsonObject("adjuster")] public class ListXmlAdjuster { @@ -59,6 +60,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML configuration /// + /// TODO: Promote to DatItem level [JsonObject("configuration")] public class ListXmlConfiguration { @@ -156,6 +158,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML device /// + /// TODO: Promote to DatItem level (doesn't have "name" field?) [JsonObject("device")] public class ListXmlDevice { @@ -184,6 +187,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML display /// + /// TODO: Promote to DatItem level (doesn't have "name" field?) [JsonObject("display")] public class ListXmlDisplay { @@ -234,6 +238,7 @@ namespace SabreTools.Library.DatItems /// Represents one ListXML dipswitch /// /// Also used by SoftwareList + /// TODO: Promote to DatItem level [JsonObject("dipswitch")] public class ListXmlDipSwitch { @@ -289,6 +294,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML driver /// + /// TODO: Promote to DatItem level (doesn't have "name" field?) [JsonObject("driver")] public class ListXmlDriver { @@ -318,6 +324,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML feature /// + /// TODO: Promote to DatItem level (doesn't have "name" field?) [JsonObject("feature")] public class ListXmlFeature { @@ -334,6 +341,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML input /// + /// TODO: Promote to DatItem level (doesn't have "name" field?) [JsonObject("input")] public class ListXmlInput { @@ -369,6 +377,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML port /// + /// TODO: Promote to DatItem level (doesn't have "name" field?) [JsonObject("port")] public class ListXmlPort { @@ -382,6 +391,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML ramoption /// + /// TODO: Promote to DatItem level (doesn't have "name" field?) [JsonObject("ramoption")] public class ListXmlRamOption { @@ -392,6 +402,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML slot /// + /// TODO: Promote to DatItem level [JsonObject("slot")] public class ListXmlSlot { @@ -421,6 +432,7 @@ namespace SabreTools.Library.DatItems /// /// Represents one ListXML sound /// + /// TODO: Promote to DatItem level (doesn't have "name" field?) [JsonObject("sound")] public class ListXmlSound {