Index: Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs
===================================================================
diff -u -r491ea6de6930fe4575ae89790bf3e0e1381b86c1 -r3d9582e3c5e01e382c0ad08a3a08924c9f59756a
--- Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs (.../CombinedFailureMechanismSectionAssemblyResult.cs) (revision 491ea6de6930fe4575ae89790bf3e0e1381b86c1)
+++ Riskeer/Integration/src/Riskeer.Integration.Data/Assembly/CombinedFailureMechanismSectionAssemblyResult.cs (.../CombinedFailureMechanismSectionAssemblyResult.cs) (revision 3d9582e3c5e01e382c0ad08a3a08924c9f59756a)
@@ -197,79 +197,79 @@
}
///
- /// Gets or sets the assembly result for piping.
+ /// Gets or sets the assembly result for piping or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup Piping { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? Piping { internal get; set; }
///
- /// Gets or sets the assembly result for grass cover erosion inwards.
+ /// Gets or sets the assembly result for grass cover erosion inwards or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup GrassCoverErosionInwards { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? GrassCoverErosionInwards { internal get; set; }
///
- /// Gets or sets the assembly result for macro stability inwards.
+ /// Gets or sets the assembly result for macro stability inwards or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup MacroStabilityInwards { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? MacroStabilityInwards { internal get; set; }
///
- /// Gets or sets the assembly result for microstability.
+ /// Gets or sets the assembly result for microstability or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup Microstability { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? Microstability { internal get; set; }
///
- /// Gets or sets the assembly result for stability stone cover.
+ /// Gets or sets the assembly result for stability stone cover or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup StabilityStoneCover { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? StabilityStoneCover { internal get; set; }
///
- /// Gets or sets the assembly result for wave impact asphalt cover.
+ /// Gets or sets the assembly result for wave impact asphalt cover or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup WaveImpactAsphaltCover { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? WaveImpactAsphaltCover { internal get; set; }
///
- /// Gets or sets the assembly result for water pressure asphalt cover.
+ /// Gets or sets the assembly result for water pressure asphalt cover or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup WaterPressureAsphaltCover { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? WaterPressureAsphaltCover { internal get; set; }
///
- /// Gets or sets the assembly result for grass cover erosion outwards.
+ /// Gets or sets the assembly result for grass cover erosion outwards or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup GrassCoverErosionOutwards { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? GrassCoverErosionOutwards { internal get; set; }
///
- /// Gets or sets the assembly result for grass cover slip off outwards.
+ /// Gets or sets the assembly result for grass cover slip off outwards or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup GrassCoverSlipOffOutwards { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? GrassCoverSlipOffOutwards { internal get; set; }
///
- /// Gets or sets the assembly result for grass cover slip off inwards.
+ /// Gets or sets the assembly result for grass cover slip off inwards or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup GrassCoverSlipOffInwards { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? GrassCoverSlipOffInwards { internal get; set; }
///
- /// Gets or sets the assembly result for height structures.
+ /// Gets or sets the assembly result for height structures or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup HeightStructures { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? HeightStructures { internal get; set; }
///
- /// Gets or sets the assembly result for closing structures.
+ /// Gets or sets the assembly result for closing structures or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup ClosingStructures { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? ClosingStructures { internal get; set; }
///
- /// Gets or sets the assembly result for piping structure.
+ /// Gets or sets the assembly result for piping structure or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup PipingStructure { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? PipingStructure { internal get; set; }
///
- /// Gets or sets the assembly result for stability point structures.
+ /// Gets or sets the assembly result for stability point structures or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup StabilityPointStructures { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? StabilityPointStructures { internal get; set; }
///
- /// Gets or sets the assembly result for dune erosion.
+ /// Gets or sets the assembly result for dune erosion or null (which indicates this failure mechanism is not part of the assembly).
///
- public FailureMechanismSectionAssemblyGroup DuneErosion { internal get; set; }
+ public FailureMechanismSectionAssemblyGroup? DuneErosion { internal get; set; }
}
}
}
\ No newline at end of file