F2021-042: BNPP1 Order of Notes, Cautions, Warnings, etc

This commit is contained in:
2021-09-30 13:32:45 +00:00
parent 68ecbcea09
commit c0d8d17a91
2 changed files with 12 additions and 1 deletions

View File

@@ -5243,6 +5243,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _CenterOneLineOnly, "@CenterOneLineOnly");
}
}
// F2021-042: Added FormatStepData.AlwaysCenter for BNPP1 - Critical Step text always must be centered
private LazyLoad<bool> _AlwaysCenter;
public bool AlwaysCenter
{
get
{
return LazyLoad(ref _AlwaysCenter, "@AlwaysCenter");
}
}
private LazyLoad<bool> _SubTableGetsUp1Level;
public bool SubTableGetsUp1Level
{