PresentationObjects

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments review 2940 - introduce 3 context objects: - Let the FailureMechansimAssemblyCategoriesContext derive from the base context -- Introduced abstract property to retrieve the collection of failure mechansim section assembly categories

WTI-1540

    • -18
    • +12
    ./FailureMechanismAssemblyCategoriesContext.cs
    • -4
    • +19
    ./FailureMechanismAssemblyCategoriesContextBase.cs
  1. … 2 more files in changeset.
Incorporated comments review 2940 - introduce 3 context objects: - Added context base

WTI-1540

    • -0
    • +78
    ./FailureMechanismAssemblyCategoriesContextBase.cs
  1. … 3 more files in changeset.
Introduced context object for displaying assembly categories on failure mechanism level for geotechnical failure mechanisms: - Added context definition for the macrostability inwards plugin

WTI-1540

    • -0
    • +46
    ./GeotechnicalFailureMechanismAssemblyCategoriesContext.cs
  1. … 9 more files in changeset.
Introduced context object for displaying assembly categories on failure mechanism level

WTI-1540

    • -0
    • +70
    ./FailureMechanismAssemblyCategoriesContext.cs
  1. … 3 more files in changeset.
Incorporated comments review 2682: - Moved the DesignWaterLevel and the WaveHeightCalculationsGroup contexts to Common.Forms to let the specific grass cover erosion outwards variants inherit from them

WTI-1569

    • -0
    • +59
    ./DesignWaterLevelCalculationsGroupContext.cs
    • -0
    • +59
    ./WaveHeightCalculationsGroupContext.cs
  1. … 11 more files in changeset.
Moved WaveHeightCalculationsContext from integration to common. WTI-1569

    • -0
    • +104
    ./WaveHeightCalculationsContext.cs
  1. … 11 more files in changeset.
Moved DesignWaterLevelCalculationsContext from integration to common. WTI-1569

    • -0
    • +104
    ./DesignWaterLevelCalculationsContext.cs
  1. … 11 more files in changeset.
Add "Normen" node WTI-1536

  1. … 11 more files in changeset.
Moved HydraulicBoundaryLocationCalculationContext to Ringtoets.Common.Forms. WTI-1606

    • -0
    • +42
    ./HydraulicBoundaryLocationCalculationContext.cs
  1. … 7 more files in changeset.
Review related changes => Made FailureMechanismView work with IFailureMechanismContext<T>

WTI-1531

  1. … 2 more files in changeset.
Wire all section result views to the new constructor and update section result context to take an IObservableEnumerable to be used in the plugins. WTI-1617

    • -4
    • +4
    ./FailureMechanismSectionResultContext.cs
    • -3
    • +3
    ./ProbabilityFailureMechanismSectionResultContext.cs
  1. … 32 more files in changeset.
Improvements after review. WTI-1589

    • -1
    • +1
    ./ProbabilityFailureMechanismSectionResultContext.cs
  1. … 39 more files in changeset.
Made structures output context abstract. WTI-1590

  1. … 4 more files in changeset.
Added assessment section to structures output context. WTI-1590

  1. … 10 more files in changeset.
Introduced generic context for section results and passing the assessment section. WTI-1589

    • -0
    • +1
    ./FailureMechanismSectionResultContext.cs
    • -0
    • +59
    ./ProbabilityFailureMechanismSectionResultContext.cs
  1. … 3 more files in changeset.
Renamed ParentAssessmentSection into AssessmentSection in the FailureMechanismSectionsContext. WTI-1532

  1. … 13 more files in changeset.
Got rid of AvailableHydraulicBoundaryLocations methods

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/1507-2@13348 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 316f9bc85a57b3cfff196581ccae69baac5d8454

Former-commit-id: ee654783b2ec230038b4b9257fe11e29f69df3de

    • -16
    • +0
    ./FailureMechanismItemContextBase.cs
  1. … 15 more files in changeset.
Improvements after review. Related to Issue [WTI-1067]

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

Former-commit-id: 20ca37fc690f6312ad456341850898df5d42ddde

Former-commit-id: d9593c87544a2d72244076b3534591a3638d0121

    • -1
    • +1
    ./SelectableHydraulicBoundaryLocation.cs
  1. … 2 more files in changeset.
Implement review comments, made CategoryTreeFolder.Contents an IEnumerable Related to Issue [WTI-1401]

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

Former-commit-id: f2f966e9fa9a4c51105934e924d81c1084543015

Former-commit-id: 2591b91bed16d6f95e3b61bcbf391e8c41a13e60

  1. … 11 more files in changeset.
Introduced EqualsGuidelinesTestFixture for testing overrides of Equals() implementations - Improved Equals test fixture implementations: -- Moved factory methods inwards: no need to expose them while they're only being used in the EqualsTests -- Added random offset for the unequal test cases instead of a 'magic' constant - Reverted Equals method from comparing count and then its content by SequenceEquals

Related to Issue [WTI-1390]

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

Former-commit-id: 3b57e20f03a89336592b549087c861cd9f7c1c63

Former-commit-id: 9c875004d735e8f24422e16b4270089dce67f9f6

  1. … 18 more files in changeset.
Introduced EqualsGuidelinesTestFixture for testing overrides of Equals() implementations - Replaced Equals-tests with the testfixture in CategoryTreeFolder - Changed Equals method from comparing count and then its content by SequenceEquals Related to Issue [WTI-1390]

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

Former-commit-id: 526e06eb634df26164af30e519312ea72767d843

Former-commit-id: d6e07bdb1db6f16453a78acabfb89392dff55482

  1. … 1 more file in changeset.
Removed IList occurrences in Structures, Common and GEKB.

Related to Issue [WTI-1401]

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

Former-commit-id: cd9fda761c2dac35f85faa677007dfde6d6e2318

Former-commit-id: 551e400fb143db20f0bfa241ce9a75efe6ffc67c

  1. … 15 more files in changeset.
Cleanup of Ringtoets.Common.* Related to Issue [WTI-1463]

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

Former-commit-id: f9d9cdbb2feae87c9cca7154bfb0e630390ca220

Former-commit-id: 2ace285b026b153ffd67d17b506b409376d93638

    • -1
    • +1
    ./FailureMechanismContributionContext.cs
    • -1
    • +1
    ./FailureMechanismSectionResultContext.cs
    • -2
    • +2
    ./SelectableHydraulicBoundaryLocation.cs
  1. … 80 more files in changeset.
Implemented review comments from review 2124 Updated XML docs Moved childNodes parameter from the IllustrationPointProperties to FaultTreeIllustrationPointProperties

Related to Issue [WTI-1312]

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

Former-commit-id: 2ced6b0adb85b88d7785fc9ff791e04728da5fca

Former-commit-id: 40b99cbde5ad87db50ecf96e45f0fbe86ee88cac

  1. … 8 more files in changeset.
Improvements after review. Related to Issue [WTI-1312]

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

Former-commit-id: f3a018d223e8b5650a8384f37ec6ead54ef7082e

Former-commit-id: eae40c2840487fd3d4a46377cf66089da628c344

    • -0
    • +92
    ./IllustrationPointContext.cs
  1. … 12 more files in changeset.
Cleanup ToArray() instead of ToList() Related to Issue [WTI-1312]

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

Former-commit-id: 8fbd041f08231c912acf89cdfbeb389d9ba6124d

Former-commit-id: 735145993ecaa106d26c1b21dbfc3332234519ea

  1. … 2 more files in changeset.
Added Null checks for RingtoetsGraphNodeFactory Simplified context classes for IllustrationPoints Related to Issue [WTI-1312]

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

Former-commit-id: e06576c5d3edcf87022facd816bd0a9d3a252898

Former-commit-id: ed8fc772d8008d57afce34e0be2d5cf767f7497c

    • -0
    • +76
    ./IllustrationPointNodeContext.cs
    • -85
    • +0
    ./IllustrationPointNodeFaultTreeContext.cs
    • -85
    • +0
    ./IllustrationPointNodeSubMechanismContext.cs
  1. … 14 more files in changeset.
Created context classes for the combination of IllustrationPointNode, windDirectionName, and closingSituation Related to Issue [WTI-1312]

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

Former-commit-id: e9ecdf4a0371eef37952abb319ec6b6413d86527

Former-commit-id: d08872c17ae1e555d14db848e75df0d810c497c3

    • -0
    • +85
    ./IllustrationPointNodeFaultTreeContext.cs
    • -0
    • +85
    ./IllustrationPointNodeSubMechanismContext.cs
  1. … 4 more files in changeset.
Review related changes Related to Issue [WTI-1367]

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

Former-commit-id: c3532fd3108ef0caefedce6a8a3ca18269b1145f

Former-commit-id: 4eb4c734972f68c5d6084bd7cfdba78c458ea7e8

  1. … 6 more files in changeset.
Ensured Parent is also taken into account in equality logic of StructuresCalculationContextTest Related to Issue [WTI-1367]

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

Former-commit-id: 07406f48d363916d24db98cd14151470647b90b3

Former-commit-id: 31fdf039f80375272aea80b802e6d13a3c237cc5

  1. … 1 more file in changeset.