Wire up a whole bunch of stuff on read

This commit is contained in:
Matt Nadareski
2020-08-23 21:10:29 -07:00
parent 79e7446266
commit a1d81a8e5f
13 changed files with 470 additions and 271 deletions

View File

@@ -709,14 +709,14 @@ namespace SabreTools.Library.Filtering
Runnables.Positive |= value.AsRunnable();
break;
case Field.Devices:
case Field.DeviceReferences:
if (negate)
Devices.NegativeSet.Add(value);
else
Devices.PositiveSet.Add(value);
break;
case Field.SlotOptions:
case Field.Slots:
if (negate)
SlotOptions.NegativeSet.Add(value);
else