Flow for the To File Process

The only To File process is Copy to File.

During copy to file the framework iterates over instances in the project, and for each instance calls the OnCopyToFile base class method. In turn, OnCopyToFile calls DoTransform. The base class DoTransform makes no changes, but if the derived class implements this method then the source object may change when copied to the project XML file.