mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Try to make method names clearer
This commit is contained in:
@@ -37,15 +37,15 @@ namespace SabreTools.DatFiles.Test
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region RemoveBiosItemsFromChild
|
#region RemoveItemsFromCloneOfChild
|
||||||
|
|
||||||
// TODO: Implement RemoveBiosItemsFromChild tests
|
// TODO: Implement RemoveItemsFromCloneOfChild tests
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region RemoveItemsFromChild
|
#region RemoveItemsFromRomOfChild
|
||||||
|
|
||||||
// TODO: Implement RemoveItemsFromChild tests
|
// TODO: Implement RemoveItemsFromRomOfChild tests
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
@@ -61,6 +61,15 @@ namespace SabreTools.DatFiles
|
|||||||
RemoveBiosAndDeviceSetsImplDB();
|
RemoveBiosAndDeviceSetsImplDB();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Use cloneof tags to remove items from the children
|
||||||
|
/// </summary>
|
||||||
|
public void RemoveItemsFromCloneOfChild()
|
||||||
|
{
|
||||||
|
RemoveItemsFromCloneOfChildImpl();
|
||||||
|
RemoveItemsFromCloneOfChildImplDB();
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Use romof tags to remove bios items from children
|
/// Use romof tags to remove bios items from children
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -71,15 +80,6 @@ namespace SabreTools.DatFiles
|
|||||||
RemoveItemsFromRomOfChildImplDB(bios);
|
RemoveItemsFromRomOfChildImplDB(bios);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Use cloneof tags to remove items from the children
|
|
||||||
/// </summary>
|
|
||||||
public void RemoveItemsFromCloneOfChild()
|
|
||||||
{
|
|
||||||
RemoveItemsFromCloneOfChildImpl();
|
|
||||||
RemoveItemsFromCloneOfChildImplDB();
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Remove all romof and cloneof tags from all machines
|
/// Remove all romof and cloneof tags from all machines
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user