Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensions.cs
===================================================================
diff -u -r17d94418777b0f9fe0e6ed05553ea30cc9977e67 -r8cb270db5fbcb82f19d6f3a390f083e9e0516d8c
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensions.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensions.cs) (revision 17d94418777b0f9fe0e6ed05553ea30cc9977e67)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensions.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensions.cs) (revision 8cb270db5fbcb82f19d6f3a390f083e9e0516d8c)
@@ -27,18 +27,18 @@
{
///
/// Extension methods for related to creating
- /// a .
+ /// a .
///
internal static class GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensions
{
///
- /// Reads the and use the information to construct a .
+ /// Reads the and use the information to construct a .
///
- /// The to create for.
- /// A new .
- internal static DikeHeightAssessmentOutput Read(this GrassCoverErosionInwardsDikeHeightOutputEntity entity)
+ /// The to create for.
+ /// A new .
+ internal static SubCalculationAssessmentOutput Read(this GrassCoverErosionInwardsDikeHeightOutputEntity entity)
{
- return new DikeHeightAssessmentOutput(entity.DikeHeight.ToNullAsNaN(),
+ return new SubCalculationAssessmentOutput(entity.DikeHeight.ToNullAsNaN(),
entity.TargetProbability.ToNullAsNaN(),
entity.TargetReliability.ToNullAsNaN(),
entity.CalculatedProbability.ToNullAsNaN(),