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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user