Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Scenario.cs =================================================================== diff -u -r2803 -r2811 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Scenario.cs (.../Scenario.cs) (revision 2803) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Scenario.cs (.../Scenario.cs) (revision 2811) @@ -112,10 +112,10 @@ private double? plLineOffsetBelowDikeCrestMiddle; private bool? usePlLineOffsetFactorBelowShoulderCrest; private double? plLineOffsetFactorBelowShoulderCrest; + private double? headPl2; private double? headPl3; private double? headPl4; private double polderLevel; - private double? headPl2; [Browsable(false)] public CalculationResult CalculationResult @@ -508,12 +508,31 @@ } /// + /// Gets or sets the head PL2. + /// + /// + /// The head PL2. + /// + [PropertyOrder(1, 15)] + [Unit(UnitType.Length)] + [Format("F2")] + public double? HeadPl2 { + get { return headPl2; } + set + { + DataEventPublisher.BeforeChange(this, ExpressionHeadPl2); + headPl2 = value; + DataEventPublisher.AfterChange(this, ExpressionHeadPl2); + } + } + + /// /// Gets or sets the head PL3. /// /// /// The head PL3. /// - [PropertyOrder(1, 15)] + [PropertyOrder(1, 16)] [Unit(UnitType.Length)] [Format("F2")] public double? HeadPl3 @@ -536,7 +555,7 @@ /// /// The head PL4. /// - [PropertyOrder(1, 16)] + [PropertyOrder(1, 17)] [Unit(UnitType.Length)] [Format("F2")] public double? HeadPl4 @@ -554,25 +573,6 @@ } /// - /// Gets or sets the head PL2. - /// - /// - /// The head PL2. - /// - [PropertyOrder(1, 17)] - [Unit(UnitType.Length)] - [Format("F2")] - public double? HeadPl2 { - get { return headPl2; } - set - { - DataEventPublisher.BeforeChange(this, ExpressionHeadPl2); - headPl2 = value; - DataEventPublisher.AfterChange(this, ExpressionHeadPl2); - } - } - - /// /// Gets or sets the required safety factor stability inner slope. /// ///