Ringtoets.HeightStructures.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/HeightStructuresFailureMechanismView.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/HeightStructuresFailureMechanismResultView.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/HeightStructuresFailureMechanismResultView.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/HeightStructuresFailureMechanismView.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
    • +4
    ./Views/HeightStructuresFailureMechanismView.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/HeightStructuresFailureMechanismView.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/HeightStructuresFailureMechanismResultView.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/HeightStructuresFailureMechanismView.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/HeightStructuresContext.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/HeightStructuresFailureMechanismView.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

    • -14
    • +3
    ./Views/HeightStructuresFailureMechanismResultView.cs
  1. … 7 more files in changeset.
Added open item for remaining (implemented) failure mechanism views. Added failure mechanism view for height structures. Related to Issue [WTI-843]

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

Former-commit-id: ed323862925f9e7f71d3ec404309ef60b57c0aa5

Former-commit-id: 23ba3a0bbc6714dd9d0b802f28a3ffcb899737f0

    • -0
    • +31
    ./Ringtoets.HeightStructures.Forms.csproj
    • -0
    • +65
    ./Views/HeightStructuresFailureMechanismView.Designer.cs
    • -0
    • +184
    ./Views/HeightStructuresFailureMechanismView.cs
    • -0
    • +120
    ./Views/HeightStructuresFailureMechanismView.resx
  1. … 18 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

    • -10
    • +9
    ./Views/HeightStructuresFailureMechanismResultView.cs
  1. … 9 more files in changeset.
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

Related to Issue [WTI-985]

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

Former-commit-id: d10761100637c3b167e5103509207d1d08dc9b91

Former-commit-id: f74453f5648abfd723aab097807e0f6fb90e3bd1

    • -2
    • +6
    ./Views/HeightStructuresFailureMechanismResultView.cs
  1. … 1 more file in changeset.
- Added test for ChangeCheckBox in ClosingStructures - Updated Error texts for section result with and without calculation for height structures Related to Issue [WTI-943]

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

Former-commit-id: c87ed7f93788bef1b6969ae615845614e89e819b

Former-commit-id: f56a87482e4063cd6a65abcfe9c7e8b5d90603a0

    • -1
    • +26
    ./Views/HeightStructuresFailureMechanismResultView.cs
    • -0
    • +12
    ./Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 3 more files in changeset.
* Implemented removal of HeightStructure instances using context menu items from HeightStructure 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@6575 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d6a2ac1075fd5332e3273f3b24c21396502c5e76

Former-commit-id: c3d25a94afd99c63decece079edbb70e5733942a

    • -2
    • +14
    ./PresentationObjects/HeightStructuresContext.cs
  1. … 6 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/HeightStructuresFailureMechanismResultView.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/HeightStructuresScenariosView.cs
  1. … 4 more files in changeset.
Ensured DeviationWaveDirection is no longer visible in interface for height structures Related to Issue [WTI-921]

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

Former-commit-id: e2ce2906e7f385590e3675c64562529bb7d950ae

Former-commit-id: ec065b9245b56e40670d6c6ea07e33d353dbaefc

    • -23
    • +0
    ./PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 1 more file in changeset.
Ensure the technical reference guide can be build via Doxygen Related to Issue [WTI-931]

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

Former-commit-id: a0a385c25fa4abc7082b69ad1a56c6afbbb51b50

Former-commit-id: c4bffa03b65993b5fe35820abbbe3029586d025b

    • -1
    • +1
    ./PresentationObjects/HeightStructuresCalculationContext.cs
    • -1
    • +1
    ./PresentationObjects/HeightStructuresCalculationGroupContext.cs
    • -1
    • +1
    ./PresentationObjects/HeightStructuresFailureMechanismContext.cs
  1. … 26 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

    • -5
    • +0
    ./Ringtoets.HeightStructures.Forms.csproj
  1. … 40 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/HeightStructuresInputContextProperties.cs
  1. … 5 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

    • -8
    • +7
    ./Views/HeightStructuresFailureMechanismResultView.cs
  1. … 4 more files in changeset.
Implemented improvements of review 1143. Related to Issue [WTI-594]

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

Former-commit-id: 421edd42003bb6a398baba98b51e8d0127174d67

Former-commit-id: 0bd25a60e86104fef7664e113a09f8fce1995d6b

    • -1
    • +1
    ./Views/HeightStructuresScenariosView.cs
  1. … 31 more files in changeset.
Added GenerateCalculations menu option for ClosingStructures. Related to Issue [WTI-594]

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

Former-commit-id: ea7f4d903427c827656083a23af14fec7fc6f49c

Former-commit-id: c3fcdb600447914c78d0e9e165f450412396b321

    • -1
    • +0
    ./PropertyClasses/HeightStructureProperties.cs
    • -15
    • +0
    ./Ringtoets.HeightStructures.Forms.csproj
  1. … 16 more files in changeset.
Templated the StructuresHelper class. Related to Issue [WTI-594]

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

Former-commit-id: 9af2ee4c370f0472857b45b41fd796b579f50619

Former-commit-id: d9c3e22d99ef39196a54806e55d1fd577a29f574

    • -2
    • +2
    ./PropertyClasses/HeightStructuresInputContextProperties.cs
    • -4
    • +5
    ./Ringtoets.HeightStructures.Forms.csproj
    • -2
    • +2
    ./Views/HeightStructuresScenariosView.cs
  1. … 36 more files in changeset.
* Made variables explicit. * Resharper cleanup. Related to Issue [WTI-596]

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

Former-commit-id: f8dd875f7ba23965a19403c76918608d12072146

Former-commit-id: d728b03cc2ac6d683d9baf38b866951175ab7228

    • -1
    • +1
    ./Views/HeightStructuresScenariosView.cs
  1. … 3 more files in changeset.
Generalized three structures Calculations to StructuresCalculation class. Related to Issue [WTI-594]

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

Former-commit-id: a8405ee298bf3c641f426352c072744f2e3685cb

Former-commit-id: 5968cf3a46e1b19065199c498dbd525ef5f26552

    • -5
    • +6
    ./PresentationObjects/HeightStructuresCalculationContext.cs
    • -2
    • +3
    ./PresentationObjects/HeightStructuresInputContext.cs
    • -2
    • +2
    ./PropertyClasses/HeightStructuresInputContextProperties.cs
    • -2
    • +3
    ./Views/HeightStructuresScenarioRow.cs
    • -1
    • +2
    ./Views/HeightStructuresScenariosView.cs
  1. … 89 more files in changeset.
Moved some resources Related to Issue [WTI-556]

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

Former-commit-id: a443a349b88b8d9a528557941b0c45d0658b2d66

Former-commit-id: b54989274b1c7f61d1b010d60449651505adbfc3

    • -2
    • +2
    ./PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 4 more files in changeset.
Removed redundant validation from HeightStructureInputContext Related to Issue [WTI-556]

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

Former-commit-id: 19e84a7d561581daaffa891eedbdaa96a7d1cfa1

Former-commit-id: b8b144f0ed7bdebf1a7b45be80230e46f841af11

    • -11
    • +4
    ./PresentationObjects/HeightStructuresInputContext.cs
  1. … 4 more files in changeset.