C# Class SIL.FieldWorks.FixData.FwDataFixer.OriginalFixer

This class contains the adapted code for the original FwDataFixer which tried to handle a small set of reference and writing system problems. It attempts to repair dangling links, duplicate writing systems, and incorrectly formatted dates It also identifies items with duplicate guids, but does not attempt to repair them.
Inheritance: RtFixer
Mostrar archivo Open project: sillsdev/FieldWorks

Private Methods

Method Description
FixElement ( System.Xml.Linq.XElement rt, ErrorLogger errorLogger ) : bool

Do any fixes to this particular root element here. Return true if we are done fixing this element and can write it out. Return false if we need to delete this root element.

Reset ( ) : void