B2018-022: Added flag ‘SupInfoIncludeParTab’ to control whether parent tab is included as part of tab for supinfo

B2018-022: Use flag ‘SupInfoIncludeParTab’ to control whether parent tab is included as part of tab for supinfo
This commit is contained in:
2018-02-09 16:33:09 +00:00
parent e82b5f1adf
commit 3d37e6a61c
3 changed files with 15 additions and 1 deletions

View File

@@ -843,6 +843,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _SupInfoTabOff, "@SupInfoTabOff");
}
}
private LazyLoad<bool> _SupInfoIncludeParTab;
public bool SupInfoIncludeParTab
{
get
{
return LazyLoad(ref _SupInfoIncludeParTab, "@SupInfoIncludeParTab");
}
}
private LazyLoad<string> _TopOfPageThing;
public string TopOfPageThing
{