Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs
===================================================================
diff -u -r801944e042197afab2cf3bb57359970479e286b3 -r78382ec129ddc7537096860680cef36f3796700d
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs (.../MacroStabilityInwardsInputContextProperties.cs) (revision 801944e042197afab2cf3bb57359970479e286b3)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs (.../MacroStabilityInwardsInputContextProperties.cs) (revision 78382ec129ddc7537096860680cef36f3796700d)
@@ -104,7 +104,7 @@
///
/// Gets the available stochastic soil models on .
///
- public IEnumerable GetAvailableStochasticSoilModels()
+ public IEnumerable GetAvailableStochasticSoilModels()
{
if (data.WrappedData.SurfaceLine == null)
{
@@ -116,9 +116,9 @@
///
/// Gets the available stochastic soil profiles on .
///
- public IEnumerable GetAvailableStochasticSoilProfiles()
+ public IEnumerable GetAvailableStochasticSoilProfiles()
{
- return data.WrappedData.StochasticSoilModel != null ? data.WrappedData.StochasticSoilModel.StochasticSoilProfiles : new List();
+ return data.WrappedData.StochasticSoilModel != null ? data.WrappedData.StochasticSoilModel.StochasticSoilProfiles : new List();
}
[DynamicReadOnlyValidationMethod]
@@ -274,7 +274,7 @@
[ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_Schematization), schematizationCategoryIndex, totalCategoryCount)]
[ResourcesDisplayName(typeof(Resources), nameof(Resources.MacroStabilityInwardsInput_StochasticSoilModel_DisplayName))]
[ResourcesDescription(typeof(Resources), nameof(Resources.MacroStabilityInwardsInput_StochasticSoilModel_Description))]
- public StochasticSoilModel StochasticSoilModel
+ public MacroStabilityInwardsStochasticSoilModel StochasticSoilModel
{
get
{
@@ -298,7 +298,7 @@
[ResourcesCategory(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.Categories_Schematization), schematizationCategoryIndex, totalCategoryCount)]
[ResourcesDisplayName(typeof(Resources), nameof(Resources.MacroStabilityInwardsInput_StochasticSoilProfile_DisplayName))]
[ResourcesDescription(typeof(Resources), nameof(Resources.MacroStabilityInwardsInput_StochasticSoilProfile_Description))]
- public StochasticSoilProfile StochasticSoilProfile
+ public MacroStabilityInwardsStochasticSoilProfile StochasticSoilProfile
{
get
{