Ringtoets.ClosingStructures.Forms

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added attributes for reference line map data. Related to Issue [WTI-958]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6779 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 679d8bbd674b4520d7487d5cff30a2d1f81a4d4d

Former-commit-id: 8a225fd4eee53241d2baf805a057ddd14443b111

    • -1
    • +1
    ./Views/ClosingStructuresFailureMechanismView.cs
  1. … 15 more files in changeset.
Incorporated review comments review 1210: - Added missing tests to cover the various possibilities of AssessmentLayerOneState - Renamed ShowAssessmentLayerTwoAErrors to SetAssessmentLayerTwoAError in FailureMechanismSectionResultRowHelper to better reflect its action - Changed logic in the PipingFailureMechanismResultView: determine the status of AssessmentLayerOneState before getting all relevant scenarios - Renamed some Resources to better reflect the message values Related to Issue [WTI-943]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6777 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e9d0f76c53289d4888c0187849f46046d4cfdf04

Former-commit-id: 5d2087eac71f71f7cddc8b070fb5537f04e7c84c

    • -4
    • +4
    ./Views/ClosingStructuresFailureMechanismResultView.cs
  1. … 13 more files in changeset.
Incorporated comments review 1208 - Renamed DataGridViewCellTester to DataGridViewCellTestHelper - Introduced protected AssessmentLayerOneColumnIndex for the FailureMechanismResultView, replaced all local definitions for the derived classes when relevant - Added Core.Common.Version dependencies to the Common.Forms.TestUtil and its Common.Forms.TestUtil.Test

Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6771 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 58e7647abfb79ad27d29c407da8ba6b8141e8195

Former-commit-id: 3a457868facc8a1a0d885a7fb668c95d909fb0ac

    • -2
    • +1
    ./Views/ClosingStructuresFailureMechanismResultView.cs
  1. … 42 more files in changeset.
- Moved label keys to resources. - Implemented separate method for right labels in grass outwards. Related to Issue [WTI-957]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6767 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fb4f35e9cf7bbeda14963fa3e5c27a710a296e12

Former-commit-id: e900dfe47725fe03c061d08afc1390580f6c2c01

    • -1
    • +1
    ./Views/ClosingStructuresFailureMechanismView.cs
  1. … 13 more files in changeset.
git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-957@6741 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 132bfaee2cffe74e30a5fce1d4ef6231fb33e4fc

Former-commit-id: b874e7fec1e968f35c3ee45d6f2ae74a0010d11e

    • -4
    • +5
    ./Views/ClosingStructuresFailureMechanismView.cs
  1. … 73 more files in changeset.
Optimized number of map control refreshes Related to Issue [WTI-957]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6736 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4c94f21e734069526ce9db670feed3baaa2b801e

Former-commit-id: 0009ce5b67332f18cfcbe40f7d0340c45b27b8e1

    • -20
    • +8
    ./Views/ClosingStructuresFailureMechanismView.cs
  1. … 9 more files in changeset.
- Resolved compilation errors by introducing the AssessmentLayerOneState when applicable - Added the DataGridViewCellTester for the tests that explicitly tested the cell Style properties

Merged revision(s) 6630-6714 from branches/WTI-985:

Added enum indicating the state of assessment layer one

........

Added enum indicating the state of assessment layer one

........

- Incorporated enum for AssessmentLayerOne in the failure mechanism section

- Fixed tests that are directly related to the failure mechanism section

Note: derived views and corresponding tests are NOT fixed yet

........

- Fixed tests for Q-variant failureMechanisms

........

- Fixed ReadExtensions for storage

........

- Fixed ReadExtension tests for storage

........

Fixed issues on the RingtoetsProjectTestHelper:

- Introduced private method to generate a random state of AssessmentLayerOne

........

Fixed issues on the AssessmentLayerOneState:

- Corrected strings that are displayed in the view

- Created a protected method to provide access for every derived failure mechanism view to the Enumwrapper for AssessmentLayerOneState

........

Implemented feature on the ClosingStructuresFailureMechanismResultView:

- Replaced the checkbox with a dropdown colum containing the AssessmentLayerOneState value

- Fixed or expanded tests

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

(Editorial) For the closing structure failure mechanism

- Write out string resource values when testing

........

Implemented feature on the GrassCoverErosionOutwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing test

........

Extended tests:

- Assess the behaviour of the datagrid row for every state of AssessmentLayerOneState

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Implemented feature on the Piping FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Extended tests:

- Added additional section when assessing the behaviour of the three possible states of AssessmentLayerOne

........

Implemented feature on the Stability point structures FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

(Editorial) For the grass cover erosion outwards failure mechanism

- Write out string resource values when testing string values of the column headers

........

Implemented feature on the Stability stone cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Added assertions for when cells are enabled. This includes an additional test that verifies the behaviour when the state changes to "sufficient" for assessmentLayerOne

........

Implemented feature on the wave impact asphalt cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

Removed obsolete reference to RingtoetsCommonFormsResources in the tests

........

Created project to include helper classes for asserting Forms related projects

........

Created project to include helper classes for asserting Forms related projects:

- Reverted accidental change on Common.Data.TestUtil project

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Extracted base method to add assessment section name and assessment section layer one columns

........

Improved helper class DataGridViewCellsTester:

- Enabled state does not always mean readonly, assertion behaviour can be toggled

- Documented when AssertionException can be thrown

........

Refactoring:

- For the mechanisms that already implement the dropdown box for assessment layer one: use an override of the AddDataGridColumns to set the correct columns

- Aforementioned function already sets the section name and dropdown box for assessment layer one per default

........

Incorporated helper class DataGridViewCellsTester:

- Replaced every instance of a local cell enabled/disabled assertion with the DataGridViewCellsTester

........

Implemented feature on the dune erosion failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature on the grass cover slipoff inwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Removed obsolete RingtoetsCommonResource reference

........

Implemented feature on the grass cover slipoff outwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for the macro stability related failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for piping structure failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for strength stability lengthwise construction failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for technical innovation failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for water pressure asphalt cover failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Fixed ReadExtension tests for storage:

- Compilation error when trying to run this test due to invalid cast from bool to the AssessmentLayerOneState

........

Fixed ReadExtension entity tests for storage:

- Adapted read entity tests to assess for the enum AssessmentLayerOneState instead of a boolean for LayerOne. Entities were already adjusted due to changes in the FailureMechanismSectionResult

........

* Updated database design (new comments added).

* Defined default value for FailureMechanismSectionResult.

* Specified concrete values for AssessmentLayerOneState.

........

Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6730 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 417e584767297df8e93c02b36a0af938af02894c

Former-commit-id: 03a26b4cac7f05f4cf9dfde404b76d15b41d82cb

    • -10
    • +3
    ./Views/ClosingStructuresFailureMechanismResultView.cs
  1. … 185 more files in changeset.
Notify layers when mapdata changes in views instead of the map control. Related to Issue [WTI-957]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6712 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 222aa5f43f5ddc097e36cb4d11e6cc4d89f79a9d

Former-commit-id: 0e0875973a02fc01975c135e1bd23e95cdcd48b5

    • -2
    • +1
    ./Views/ClosingStructuresFailureMechanismView.cs
  1. … 10 more files in changeset.
- Minor review changes - Added asserts to fully unit test the context classes - Renamed property ParentFailureMechanism to FailureMechanism (discussed with bouvrie) Related to Issue [WTI-966]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6692 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6c10621509bff7310f1a2b84981723f352cff115

Former-commit-id: 1030cff2d8e177623e8997c9e67c29cfddc3ea8c

    • -3
    • +5
    ./PresentationObjects/ClosingStructuresContext.cs
  1. … 10 more files in changeset.
corrected errors in doc Related to Issue [WTI-843]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6682 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 585a28b2b1e846a718dc8fb256ef9f3d65200432

Former-commit-id: a1021db8f78f33bda73fd6cc0db59c287a26b5b4

    • -1
    • +1
    ./Views/ClosingStructuresFailureMechanismView.cs
  1. … 2 more files in changeset.
Refactoring: - For the mechanisms that already implement the dropdown box for assessment layer one: use an override of the AddDataGridColumns to set the correct columns - Aforementioned function already sets the section name and dropdown box for assessment layer one per default

Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-985@6680 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: bb4a43d4e03538b4777514d0d692081f8b8bdb0b

Former-commit-id: c8aa6934bf0d9ad346ad1c5f5e68f0f2b824dafa

    • -15
    • +3
    ./Views/ClosingStructuresFailureMechanismResultView.cs
  1. … 7 more files in changeset.
Added failure mechanism view for closing structures failure mechanism. removed space in #region definitions Related to Issue [WTI-843]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6677 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 54c23113f14f877bd6b881f94a3f0f5927872cf7

Former-commit-id: db00e7f0e723cd5df4eb3e55427b7ca1b07ec77b

    • -0
    • +29
    ./Ringtoets.ClosingStructures.Forms.csproj
    • -0
    • +65
    ./Views/ClosingStructuresFailureMechanismView.Designer.cs
    • -0
    • +184
    ./Views/ClosingStructuresFailureMechanismView.cs
    • -0
    • +120
    ./Views/ClosingStructuresFailureMechanismView.resx
  1. … 25 more files in changeset.
- Added test for height structures - Updated Error texts for section result with and without calculation for stability point structures Related to Issue [WTI-943]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6662 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d54e2bc567b1c4828fd0d3dc40f0fb58bf2ca3a9

Former-commit-id: fc165afd4bfd3f3e8f01792a0841beca4dec742f

    • -9
    • +6
    ./Views/ClosingStructuresFailureMechanismResultView.cs
  1. … 9 more files in changeset.
Updated Error texts for section result with and without calculation for closing structures Related to Issue [WTI-943]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6641 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 49b86618b6cbca970e8e41ff9fd832c92e6d55da

Former-commit-id: 6d532d588b4865479811bcf30cc2ef1109cce1a8

    • -1
    • +24
    ./Views/ClosingStructuresFailureMechanismResultView.cs
    • -0
    • +12
    ./Views/ClosingStructuresFailureMechanismSectionResultRow.cs
  1. … 2 more files in changeset.
Implemented feature on the ClosingStructuresFailureMechanismResultView: - Replaced the checkbox with a dropdown colum containing the AssessmentLayerOneState value - Fixed or expanded tests

Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-985@6640 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fe039fa813cde6831ceceaef471f98d429705d0a

Former-commit-id: ea72a21deaaa4ad6fc113faf94f65f820a195a00

    • -2
    • +7
    ./Views/ClosingStructuresFailureMechanismResultView.cs
  1. … 1 more file in changeset.
* Implemented removal of ClosingStructure instances using context menu items from ClosingStructure failure mechanisms, and the calculations that reference those removed profiles. Calculations losing their Structure will also be removed as eligible calculations for FailureMechanismSectionResults. Related to Issue [WTI-966]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6576 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 721d5792020b764ee874122aa6f6a4e7b429d501

Former-commit-id: c90fdf069dad8ac3baf01a1d70e85acdd9e16e92

    • -1
    • +12
    ./PresentationObjects/ClosingStructuresContext.cs
  1. … 8 more files in changeset.
Got rid of GetObservableInput and GetObservableOutput Related to Issue [WTI-953]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6560 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8b46be132cb72a8c6ba82fa1453cfda998ac0806

Former-commit-id: 50ec7a58f9489ec3e95cf1e6e4687d5dae60fdcf

    • -2
    • +2
    ./Views/ClosingStructuresFailureMechanismResultView.cs
  1. … 20 more files in changeset.
Removed GetObservableInput and GetObservableOutput from ICalculation Related to Issue [WTI-953]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6559 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 302d4fc3dea47fec662a235c883f8f27349c5cb4

Former-commit-id: 8984247ae05e2c245ef124a4714946b8844f8c17

    • -1
    • +3
    ./Views/ClosingStructuresScenariosView.cs
  1. … 4 more files in changeset.
Deltares clean-up Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6498 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 63ac7722f8d3890848384ee20816ead3f90cb796

Former-commit-id: d2a9cf4a79400ddb42314b6db73f84ca256b0dc2

    • -21
    • +21
    ./PropertyClasses/ClosingStructuresInputContextProperties.cs
  1. … 25 more files in changeset.
Ensured DeviationWaveDirection is no longer visible in interface for closing structures Related to Issue [WTI-921]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6492 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b07e6a1c460d50c897c3a365aab8080f49746ff8

Former-commit-id: 3c84648f75f8c7e235457c79d8d9b4596cbe512b

    • -47
    • +24
    ./PropertyClasses/ClosingStructuresInputContextProperties.cs
  1. … 1 more file in changeset.
- Ensure the technical reference guide can be build via Doxygen - Ran Deltares cleanup on every project that was touched Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6491 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8f75344419774da76c09075d5ac8308830a35a8b

Former-commit-id: e26553796c0f3ada7c458ada2db8e053610b8161

    • -1
    • +1
    ./PresentationObjects/ClosingStructuresCalculationContext.cs
    • -1
    • +1
    ./PresentationObjects/ClosingStructuresFailureMechanismContext.cs
  1. … 114 more files in changeset.
* Removed unused references in the solution. Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6450 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d3103841ab6e9adba07b05cb228ae2e636a5274c

Former-commit-id: a03541460ccbd16a759c489bef9b4312fe0a0b80

    • -2
    • +0
    ./Ringtoets.ClosingStructures.Forms.csproj
  1. … 40 more files in changeset.
Deltares clean-up for Demo and Ringtoets.ClosingStructures Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6394 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6d9cbf33f673a9fc02f238e6bc59877b871277db

Former-commit-id: 436f5d6c5a25e7fd20bd93ae2077b05e5abaf038

    • -1
    • +1
    ./PresentationObjects/ClosingStructuresInputContext.cs
  1. … 11 more files in changeset.
- Reformatted files - Removed structure from calculation that did not needed the strucure - Renamed private variables to match naming rule settings paired with bouvrie Related to Issue [WTI-923]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6390 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 66c4483b2d44f0e2b11914b792b6c30342f50adb

Former-commit-id: 63ee18ea2d27febd9c0d350e0256ffedca24392f

    • -49
    • +49
    ./PropertyClasses/ClosingStructuresInputContextProperties.cs
  1. … 1 more file in changeset.
* Hide particular properties from PropertyGridView, dependent on ModelType of ClosingStructure calculation. Related to Issue [WTI-923]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6368 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6c5790e816fc03ee0476fc7b00f984a25ed99247

Former-commit-id: 9a549599ed680b9cbd84bc895ecd5b9e1d9b4939

    • -0
    • +87
    ./PropertyClasses/ClosingStructuresInputContextProperties.cs
  1. … 4 more files in changeset.
Changes after review. Related to Issue [WTI-570]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6337 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 875c6050812cd6cfff05c35a99b7192ff4f34083

Former-commit-id: 48e529a4a056509b183a6faa7f327baf793a3590

    • -1
    • +4
    ./PropertyClasses/ClosingStructuresInputContextProperties.cs
  1. … 5 more files in changeset.
Mad logic for setting structure input related probability values more generic Related to Issue [WTI-570]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6298 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7c5e5cdfbba13e738bb5f6d4bf5e7e340bccd01c

Former-commit-id: f954c32d336d3bdddb7676b406e12d1a1123ed29

    • -52
    • +3
    ./PropertyClasses/ClosingStructuresInputContextProperties.cs
  1. … 2 more files in changeset.
* Made type explicit or more concrete. * Reformatted code to improve readability and better adherence to code-conventions. Related to Issue [WTI-596]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6287 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b843544708d2da78f91008dbddb0c9bc748e51cb

Former-commit-id: a132052d0d6e775430eca5ca1ccaa8c2730ec7fb

    • -14
    • +8
    ./Views/ClosingStructuresFailureMechanismResultView.cs
  1. … 4 more files in changeset.
Moved some resources Related to Issue [WTI-570]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6249 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c795294f2e378a89a95f3808dfe0c98ca3f73eef

Former-commit-id: a7a95f864bbed2edfd542508171fa2abcd856704

    • -2
    • +2
    ./PropertyClasses/ClosingStructureProperties.cs
    • -6
    • +6
    ./PropertyClasses/ClosingStructuresInputContextProperties.cs
  1. … 8 more files in changeset.
Made sure result view of closing structures updates when there is a change in the calculations and sections. Related to Issue [WTI-596]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6221 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2f2928ad823cb072cc7e161e27f61c2dc10fa32f

Former-commit-id: 10380ff8b8922ec56f57620e3e665c14b8d2748f

    • -0
    • +49
    ./Views/ClosingStructuresFailureMechanismResultView.cs
    • -1
    • +1
    ./Views/ClosingStructuresScenariosView.cs
  1. … 3 more files in changeset.