Split Modification class functionality

This had the potential to cause a lot of issues the way it was. Moving the actual functionality for cleaning, filtering, and applying extras to their appropriate classes allows for less redirection when calling into the code. Modification as a class was essentially a shell around things that should have just been a single call.
This commit is contained in:
Matt Nadareski
2021-02-01 11:43:38 -08:00
parent 99aad96dfb
commit 69010dea7f
15 changed files with 689 additions and 666 deletions

View File

@@ -207,7 +207,7 @@ namespace SabreTools.Filtering
#endregion
#region Filter Population
#region Population
/// <summary>
/// Set multiple filters from key
@@ -763,7 +763,7 @@ namespace SabreTools.Filtering
#endregion
#region Filter Running
#region Running
/// <summary>
/// Check to see if a DatItem passes the filters