mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Cleanup notes
This commit is contained in:
@@ -24,7 +24,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents one ListXML condition
|
/// Represents one ListXML condition
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Promote to DatItem level? (doesn't have "name" field?) (Both used at ListXML level AND under a lot of stuff)
|
/// TODO: Promote to DatItem level (Both used at ListXML level AND under a lot of stuff)
|
||||||
[JsonObject("condition")]
|
[JsonObject("condition")]
|
||||||
public class Condition
|
public class Condition
|
||||||
{
|
{
|
||||||
@@ -87,7 +87,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents one ListXML device
|
/// Represents one ListXML device
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Promote to DatItem level (doesn't have "name" field?) (contains list)
|
/// TODO: Promote to DatItem level (contains list)
|
||||||
[JsonObject("device")]
|
[JsonObject("device")]
|
||||||
public class Device
|
public class Device
|
||||||
{
|
{
|
||||||
@@ -116,7 +116,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents one ListXML display
|
/// Represents one ListXML display
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Promote to DatItem level (doesn't have "name" field?)
|
/// TODO: Promote to DatItem level
|
||||||
[JsonObject("display")]
|
[JsonObject("display")]
|
||||||
public class Display
|
public class Display
|
||||||
{
|
{
|
||||||
@@ -166,7 +166,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents one ListXML driver
|
/// Represents one ListXML driver
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Promote to DatItem level (doesn't have "name" field?)
|
/// TODO: Promote to DatItem level
|
||||||
[JsonObject("driver")]
|
[JsonObject("driver")]
|
||||||
public class Driver
|
public class Driver
|
||||||
{
|
{
|
||||||
@@ -196,7 +196,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents one ListXML feature
|
/// Represents one ListXML feature
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Promote to DatItem level (doesn't have "name" field?)
|
/// TODO: Promote to DatItem level
|
||||||
[JsonObject("feature")]
|
[JsonObject("feature")]
|
||||||
public class Feature
|
public class Feature
|
||||||
{
|
{
|
||||||
@@ -213,7 +213,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents one ListXML input
|
/// Represents one ListXML input
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Promote to DatItem level (doesn't have "name" field?) (contains list)
|
/// TODO: Promote to DatItem level (contains list)
|
||||||
[JsonObject("input")]
|
[JsonObject("input")]
|
||||||
public class Input
|
public class Input
|
||||||
{
|
{
|
||||||
@@ -265,7 +265,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents one ListXML port
|
/// Represents one ListXML port
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Promote to DatItem level (doesn't have "name" field?) (contains list)
|
/// TODO: Promote to DatItem level (contains list)
|
||||||
[JsonObject("port")]
|
[JsonObject("port")]
|
||||||
public class Port
|
public class Port
|
||||||
{
|
{
|
||||||
@@ -314,7 +314,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents one ListXML sound
|
/// Represents one ListXML sound
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Promote to DatItem level (doesn't have "name" field?)
|
/// TODO: Promote to DatItem level
|
||||||
[JsonObject("sound")]
|
[JsonObject("sound")]
|
||||||
public class Sound
|
public class Sound
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user