Added support for Point Beach’s format flag DiffContActBox for their asterisked boxes

Added new method to ‘GetNextItem’ for an iteminfo so that next item is found in memory, not get from database
This commit is contained in:
2014-02-24 17:35:07 +00:00
parent 6af7bd7463
commit 154dbeabb8
2 changed files with 30 additions and 0 deletions

View File

@@ -3193,6 +3193,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _ImmStepHdrCol, "@ImmStepHdrCol");
}
}
private LazyLoad<bool> _DiffContActBox;
public bool DiffContActBox
{
get
{
return LazyLoad(ref _DiffContActBox, "@DiffContActBox");
}
}
private LazyLoad<int?> _SecColHdrforActPMode;
public int? SecColHdrforActPMode
{