Index: Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs
===================================================================
diff -u -re86f09313f6e47b9b35bb8808e6c3dad55d73177 -r1b1e58033efcfa5b93c0a2cd442e7c37d5ae91ab
--- Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs (.../SerializableFailureMechanismSectionAssemblyResult.cs) (revision e86f09313f6e47b9b35bb8808e6c3dad55d73177)
+++ Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs (.../SerializableFailureMechanismSectionAssemblyResult.cs) (revision 1b1e58033efcfa5b93c0a2cd442e7c37d5ae91ab)
@@ -59,12 +59,6 @@
public SerializableAssemblyMethod AssemblyMethod { get; set; }
///
- /// Gets or sets the assessment level of this result.
- ///
- [XmlElement(AssemblyXmlIdentifiers.AssessmentLevel)]
- public SerializableAssessmentLevel AssessmentLevel { get; set; }
-
- ///
/// Gets or sets the category group of this assembly result.
///
[XmlElement(AssemblyXmlIdentifiers.FailureMechanismSectionCategoryGroup)]
@@ -77,6 +71,12 @@
public double? Probability { get; set; }
///
+ /// Gets or sets the assessment level of this result.
+ ///
+ [XmlElement(AssemblyXmlIdentifiers.AssessmentLevel)]
+ public SerializableAssessmentLevel AssessmentLevel { get; set; }
+
+ ///
/// Determines whether should be serialized.
///
/// true if has a value, false otherwise.
Index: Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableAssessmentSection.cs
===================================================================
diff -u -rb3c31185fb62ce2a9742d705df2461bfd3f12916 -r1b1e58033efcfa5b93c0a2cd442e7c37d5ae91ab
--- Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableAssessmentSection.cs (.../SerializableAssessmentSection.cs) (revision b3c31185fb62ce2a9742d705df2461bfd3f12916)
+++ Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableAssessmentSection.cs (.../SerializableAssessmentSection.cs) (revision 1b1e58033efcfa5b93c0a2cd442e7c37d5ae91ab)
@@ -81,6 +81,12 @@
public string Id { get; set; }
///
+ /// Gets or sets the name of the assessment section.
+ ///
+ [XmlElement(AssemblyXmlIdentifiers.Name)]
+ public string Name { get; set; }
+
+ ///
/// Gets or sets the geometry of the surface line.
///
[XmlElement(AssemblyXmlIdentifiers.Geometry2D)]
@@ -94,12 +100,6 @@
public SerializableMeasure SurfaceLineLength { get; set; }
///
- /// Gets or sets the name of the assessment section.
- ///
- [XmlElement(AssemblyXmlIdentifiers.Name)]
- public string Name { get; set; }
-
- ///
/// Gets or sets the type of the assessment section.
///
[XmlElement(AssemblyXmlIdentifiers.AssessmentSectionType)]
Index: Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableFailureMechanismSection.cs
===================================================================
diff -u -r25b0d0916c647b77de104e7dc4e3a2ea249af352 -r1b1e58033efcfa5b93c0a2cd442e7c37d5ae91ab
--- Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableFailureMechanismSection.cs (.../SerializableFailureMechanismSection.cs) (revision 25b0d0916c647b77de104e7dc4e3a2ea249af352)
+++ Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/SerializableFailureMechanismSection.cs (.../SerializableFailureMechanismSection.cs) (revision 1b1e58033efcfa5b93c0a2cd442e7c37d5ae91ab)
@@ -121,18 +121,18 @@
public SerializableMeasure Length { get; set; }
///
- /// Gets or sets the assembly method used to create this section.
- ///
- [XmlElement(AssemblyXmlIdentifiers.AssemblyMethod)]
- public SerializableAssemblyMethod? AssemblyMethod { get; set; }
-
- ///
/// Gets or sets the section type.
///
[XmlElement(AssemblyXmlIdentifiers.FailureMechanismSectionType)]
public string FailureMechanismSectionType { get; set; }
///
+ /// Gets or sets the assembly method used to create this section.
+ ///
+ [XmlElement(AssemblyXmlIdentifiers.AssemblyMethod)]
+ public SerializableAssemblyMethod? AssemblyMethod { get; set; }
+
+ ///
/// Determines whether should be serialized.
///
/// true if has a value, false otherwise.