C2016-004: Added new format flag ‘NoDefaultSectReq’ to Transdata to use 1st step section as Default if none defined
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user