mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Promote Adjuster, RamOption
This commit is contained in:
@@ -196,12 +196,6 @@ namespace SabreTools.Library.DatItems
|
||||
[JsonProperty("ports", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public List<ListXmlPort> Ports { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// List of associated adjusters
|
||||
/// </summary>
|
||||
[JsonProperty("adjusters", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public List<ListXmlAdjuster> Adjusters { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// List of associated drivers
|
||||
/// </summary>
|
||||
@@ -226,12 +220,6 @@ namespace SabreTools.Library.DatItems
|
||||
[JsonProperty("slots", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public List<ListXmlSlot> Slots { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// List of ramoptions
|
||||
/// </summary>
|
||||
[JsonProperty("ramoptions", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public List<ListXmlRamOption> RamOptions { get; set; } = null;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Logiqx Fields
|
||||
@@ -591,12 +579,10 @@ namespace SabreTools.Library.DatItems
|
||||
DipSwitches = this.DipSwitches,
|
||||
Configurations = this.Configurations,
|
||||
Ports = this.Ports,
|
||||
Adjusters = this.Adjusters,
|
||||
Drivers = this.Drivers,
|
||||
Features = this.Features,
|
||||
Devices = this.Devices,
|
||||
Slots = this.Slots,
|
||||
RamOptions = this.RamOptions,
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user