Commented out debug information
This commit is contained in:
@@ -13,9 +13,16 @@ using System.Text.RegularExpressions;
|
||||
|
||||
namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
|
||||
#region Item
|
||||
public partial class Item : IVEDrillDown
|
||||
{
|
||||
// put in for debug
|
||||
//public static int CacheCountPrimaryKey
|
||||
//{ get { return _CacheByPrimaryKey.Count; } }
|
||||
//public static int CacheCountList
|
||||
//{ get { return _CacheList.Count; } }
|
||||
|
||||
public string DisplayNumber
|
||||
{
|
||||
get { return ItemInfo.ConvertToDisplayText(MyContent.Number); }
|
||||
@@ -290,6 +297,12 @@ namespace VEPROMS.CSLA.Library
|
||||
#region ItemInfo
|
||||
public partial class ItemInfo:IVEDrillDownReadOnly
|
||||
{
|
||||
// put in for debugging
|
||||
//public static int CacheCountPrimaryKey
|
||||
//{ get { return _CacheByPrimaryKey.Count; } }
|
||||
//public static int CacheCountList
|
||||
//{ get { return _CacheList.Count; } }
|
||||
|
||||
//public override bool Equals(object obj)
|
||||
//{
|
||||
// ItemInfo ii = obj as ItemInfo;
|
||||
|
Reference in New Issue
Block a user