Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs
===================================================================
diff -u -r31f41aab181d3009551b8568e4d5f734199de0cf -r82677f34a19358f3fd29d731f416fe12ea3e96ba
--- Ringtoets/Integration/src/Ringtoets.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs (.../CombinedFailureMechanismSectionAssemblyResult.cs) (revision 31f41aab181d3009551b8568e4d5f734199de0cf)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs (.../CombinedFailureMechanismSectionAssemblyResult.cs) (revision 82677f34a19358f3fd29d731f416fe12ea3e96ba)
@@ -68,7 +68,7 @@
ClosingStructures = properties.ClosingStructures;
PipingStructure = properties.PipingStructure;
StabilityPointStructures = properties.StabilityPointStructures;
- StrengthStabilityLengthwise = properties.StrengthStabilityLengthwise;
+ StrengthStabilityLengthwiseConstruction = properties.StrengthStabilityLengthwiseConstruction;
DuneErosion = properties.DuneErosion;
TechnicalInnovation = properties.TechnicalInnovation;
}
@@ -166,9 +166,9 @@
public FailureMechanismSectionAssemblyCategoryGroup StabilityPointStructures { get; }
///
- /// Gets the assembly result for strength stability lengthwise.
+ /// Gets the assembly result for strength stability lengthwise construction.
///
- public FailureMechanismSectionAssemblyCategoryGroup StrengthStabilityLengthwise { get; }
+ public FailureMechanismSectionAssemblyCategoryGroup StrengthStabilityLengthwiseConstruction { get; }
///
/// Gets the assembly result for dune erosion.
@@ -205,7 +205,7 @@
ClosingStructures = FailureMechanismSectionAssemblyCategoryGroup.None;
PipingStructure = FailureMechanismSectionAssemblyCategoryGroup.None;
StabilityPointStructures = FailureMechanismSectionAssemblyCategoryGroup.None;
- StrengthStabilityLengthwise = FailureMechanismSectionAssemblyCategoryGroup.None;
+ StrengthStabilityLengthwiseConstruction = FailureMechanismSectionAssemblyCategoryGroup.None;
DuneErosion = FailureMechanismSectionAssemblyCategoryGroup.None;
TechnicalInnovation = FailureMechanismSectionAssemblyCategoryGroup.None;
}
@@ -286,9 +286,9 @@
public FailureMechanismSectionAssemblyCategoryGroup StabilityPointStructures { internal get; set; }
///
- /// Gets or sets the assembly result for strength stability lengthwise.
+ /// Gets or sets the assembly result for strength stability lengthwise construction.
///
- public FailureMechanismSectionAssemblyCategoryGroup StrengthStabilityLengthwise { internal get; set; }
+ public FailureMechanismSectionAssemblyCategoryGroup StrengthStabilityLengthwiseConstruction { internal get; set; }
///
/// Gets or sets the assembly result for dune erosion.