In order to be in line with other toolkit adapters, the adapter needs to be refactored to move the file settings from a private attribute in the XMLAdapter to the XML action configs instead.
Suggestions to restore compliance:
[x] Remove file settings attribute from XMLAdapter.
[x] Add file settings attribute to XMLConfig.
[x] Create new interface IXMLConfig to force file settings on all xml configs
[x] Update CRUD methods to use the refactored attribute.
Broken rules:
In order to be in line with other toolkit adapters, the adapter needs to be refactored to move the file settings from a private attribute in the
XMLAdapter
to the XML action configs instead.Suggestions to restore compliance:
XMLAdapter
.XMLConfig
.IXMLConfig
to force file settings on all xml configs