B2023-034 Added flag for use in Beaver Valley AOP format for sub-section pagination
This commit is contained in:
parent
0e3dd86eba
commit
3eb61cbf2d
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user