Add ‘SkipNonSeqTabWithPar’ to StepSectionData for inclusion of parent tab in current tab when intermediate non-sequential steps exist

This commit is contained in:
Kathy Ruffing 2015-02-13 14:40:42 +00:00
parent 4a9a3f815a
commit 7348a5f119

View File

@ -2244,6 +2244,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _ImperfectStructurePlus4, "@ImperfectStructurePlus4"); return LazyLoad(ref _ImperfectStructurePlus4, "@ImperfectStructurePlus4");
} }
} }
private LazyLoad<bool> _SkipNonSeqTabWithPar;
public bool SkipNonSeqTabWithPar
{
get
{
return LazyLoad(ref _SkipNonSeqTabWithPar, "@SkipNonSeqTabWithPar");
}
}
private LazyLoad<bool> _CountAllSubLevels; private LazyLoad<bool> _CountAllSubLevels;
public bool CountAllSubLevels public bool CountAllSubLevels
{ {