Add ‘SkipNonSeqTabWithPar’ to StepSectionData for inclusion of parent tab in current tab when intermediate non-sequential steps exist
This commit is contained in:
parent
4a9a3f815a
commit
7348a5f119
@ -2244,6 +2244,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _ImperfectStructurePlus4, "@ImperfectStructurePlus4");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _SkipNonSeqTabWithPar;
|
||||
public bool SkipNonSeqTabWithPar
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SkipNonSeqTabWithPar, "@SkipNonSeqTabWithPar");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CountAllSubLevels;
|
||||
public bool CountAllSubLevels
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user