Added logic to create annotations for transitions to un-numbered steps

Moved code to extension
This commit is contained in:
Rich
2012-11-15 16:58:57 +00:00
parent b7bea9a5f1
commit 45fc9edcd3
4 changed files with 22 additions and 10 deletions

View File

@@ -297,6 +297,12 @@ namespace VEPROMS.CSLA.Library
#region ItemInfo
public partial class ItemInfo:IVEDrillDownReadOnly
{
private bool _NewTransToUnNumberedItem = false;
public bool NewTransToUnNumberedItem
{
get { return _NewTransToUnNumberedItem; }
set { _NewTransToUnNumberedItem = value; }
}
// put in for debugging
//public static int CacheCountPrimaryKey
//{ get { return _CacheByPrimaryKey.Count; } }