From 7348a5f119fd550ff48972b1f01f8614e58002a6 Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 13 Feb 2015 14:40:42 +0000 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98SkipNonSeqTabWithPar=E2=80=99=20?= =?UTF-8?q?to=20StepSectionData=20for=20inclusion=20of=20parent=20tab=20in?= =?UTF-8?q?=20current=20tab=20when=20intermediate=20non-sequential=20steps?= =?UTF-8?q?=20exist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index c8283eea..d8da3425 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -2244,6 +2244,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _ImperfectStructurePlus4, "@ImperfectStructurePlus4"); } } + private LazyLoad _SkipNonSeqTabWithPar; + public bool SkipNonSeqTabWithPar + { + get + { + return LazyLoad(ref _SkipNonSeqTabWithPar, "@SkipNonSeqTabWithPar"); + } + } private LazyLoad _CountAllSubLevels; public bool CountAllSubLevels {