Made sure SoilProfile is set too on filling CsvExportData. Made sure the results are properly displayed in the UI (by properly clearing old results, making sure new results are properly propagated to table and property window). Cleaned up CsvExportData a bit. For piping, the results now seem to be ok. Related to Issue [MWDAM-1035]
Replaced null propagation (?.) by explicit test on null as this seems not supported by VS 2012. Also added missing comment.Related to Issue [MWDAM-1098]
Implemented the xsd in the code (added StabilityOptions, moved all belonging properties to this and adapted the existing code for this move; implemented the I/O and interface, adapted tests and added tests for new conversion helpers).Related to Issue [MWDAM-1098]