C2016-004: Added new format flag ‘NoDefaultSectReq’ to Transdata to use 1st step section as Default if none defined

This commit is contained in:
2016-03-18 15:26:13 +00:00
parent 15c96e66b8
commit ba8d5d9ea7
3 changed files with 23 additions and 2 deletions

View File

@@ -5797,6 +5797,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _DoSectionTransitions, "@DoSectionTransitions");
}
}
private LazyLoad<bool> _NoDefaultSectReq;
public bool NoDefaultSectReq
{
get
{
return LazyLoad(ref _NoDefaultSectReq, "@NoDefaultSectReq");
}
}
private LazyLoad<bool> _AllowTransitionFromSection;
public bool AllowTransitionFromSection
{