Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Plugin/GrassCoverErosionOutwardsPlugin.cs =================================================================== diff -u -r37fc59cc0f3becb92e14b8263bd8e9fc71aa0e79 -rc31353107227995d74e8727a85b02a89a39c139d --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Plugin/GrassCoverErosionOutwardsPlugin.cs (.../GrassCoverErosionOutwardsPlugin.cs) (revision 37fc59cc0f3becb92e14b8263bd8e9fc71aa0e79) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Plugin/GrassCoverErosionOutwardsPlugin.cs (.../GrassCoverErosionOutwardsPlugin.cs) (revision c31353107227995d74e8727a85b02a89a39c139d) @@ -272,6 +272,7 @@ yield return new ExportInfo { + Name = "Golfcondities (*.csv).", CreateFileExporter = (context, filePath) => { var calculations = context.WrappedData.GetCalculations().Cast(); @@ -282,6 +283,15 @@ RingtoetsCommonFormsResources.DataTypeDisplayName_csv_file_filter_Description) }; + yield return new ExportInfo + { + Name = "Configuratie van de berekeningen (*.xml).", + CreateFileExporter = (context, filePath) => new GrassCoverErosionOutwardsConfigurationExporter(context.WrappedData, filePath), + IsEnabled = context => context.WrappedData.Children.Any(), + FileFilterGenerator = new FileFilterGenerator(RingtoetsCommonFormsResources.DataTypeDisplayName_xml_file_filter_Extension, + RingtoetsCommonFormsResources.DataTypeDisplayName_xml_file_filter_Description) + }; + yield return new ExportInfo { CreateFileExporter = (context, filePath) => new GrassCoverErosionOutwardsWaveConditionsExporter(new[]