B2023-034 Added flag for use in Beaver Valley AOP format for sub-section pagination

This commit is contained in:
John Jenko 2023-03-14 13:25:26 +00:00
parent 0e3dd86eba
commit 3eb61cbf2d
3 changed files with 9 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1308,6 +1308,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _SpecialCaseCalvertPagination, "@SpecialCaseCalvertPagination"); return LazyLoad(ref _SpecialCaseCalvertPagination, "@SpecialCaseCalvertPagination");
} }
} }
// B2023-034 for use with Beaver Valley AOP format
private LazyLoad<bool> _UseOnFirstForSeparatePaginationOnSubSect;
public bool UseOnFirstForSeparatePaginationOnSubSect
{
get
{
return LazyLoad(ref _UseOnFirstForSeparatePaginationOnSubSect, "@UseOnFirstForSeparatePaginationOnSubSect");
}
}
private LazyLoad<bool> _WCNTraining; private LazyLoad<bool> _WCNTraining;
public bool WCNTraining public bool WCNTraining
{ {