Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/GrassCoverErosionInwardsOutputProperties.cs =================================================================== diff -u -r027027b23d66d1372718b775d7f2626cfd025910 -rde7c230ae08429e50670a647de0c186365b44cf0 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/GrassCoverErosionInwardsOutputProperties.cs (.../GrassCoverErosionInwardsOutputProperties.cs) (revision 027027b23d66d1372718b775d7f2626cfd025910) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/GrassCoverErosionInwardsOutputProperties.cs (.../GrassCoverErosionInwardsOutputProperties.cs) (revision de7c230ae08429e50670a647de0c186365b44cf0) @@ -40,21 +40,6 @@ /// public class GrassCoverErosionInwardsOutputProperties : ObjectProperties { - /// - /// Creates a new instance of . - /// - /// The data to show properties for. - /// Thrown when - /// is null. - public GrassCoverErosionInwardsOutputProperties(GrassCoverErosionInwardsOutput data) - { - if (data == null) - { - throw new ArgumentNullException(nameof(data)); - } - Data = data; - } - [DynamicVisibleValidationMethod] public bool DynamicVisibleValidationMethod(string propertyName) {