Commented out debug information
This commit is contained in:
parent
dd14def97a
commit
7d6d6952df
@ -13,9 +13,16 @@ using System.Text.RegularExpressions;
|
|||||||
|
|
||||||
namespace VEPROMS.CSLA.Library
|
namespace VEPROMS.CSLA.Library
|
||||||
{
|
{
|
||||||
|
|
||||||
#region Item
|
#region Item
|
||||||
public partial class Item : IVEDrillDown
|
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
|
public string DisplayNumber
|
||||||
{
|
{
|
||||||
get { return ItemInfo.ConvertToDisplayText(MyContent.Number); }
|
get { return ItemInfo.ConvertToDisplayText(MyContent.Number); }
|
||||||
@ -290,6 +297,12 @@ namespace VEPROMS.CSLA.Library
|
|||||||
#region ItemInfo
|
#region ItemInfo
|
||||||
public partial class ItemInfo:IVEDrillDownReadOnly
|
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)
|
//public override bool Equals(object obj)
|
||||||
//{
|
//{
|
||||||
// ItemInfo ii = obj as ItemInfo;
|
// ItemInfo ii = obj as ItemInfo;
|
||||||
|
@ -26,6 +26,14 @@ namespace VEPROMS.CSLA.Library
|
|||||||
{
|
{
|
||||||
public partial class ROFst
|
public partial class ROFst
|
||||||
{
|
{
|
||||||
|
// put in for debug
|
||||||
|
//public static int CacheCountPrimaryKey
|
||||||
|
//{ get { return _CacheByPrimaryKey.Count; } }
|
||||||
|
//public static int CacheCountByRODbID_DTS
|
||||||
|
//{ get { return _CacheByRODbID_DTS.Count; } }
|
||||||
|
//public static int CacheCountList
|
||||||
|
//{ get { return _CacheList.Count; } }
|
||||||
|
|
||||||
[NonSerialized]
|
[NonSerialized]
|
||||||
private ROFSTLookup _ROFSTLookup;
|
private ROFSTLookup _ROFSTLookup;
|
||||||
public ROFSTLookup ROFSTLookup
|
public ROFSTLookup ROFSTLookup
|
||||||
@ -120,7 +128,12 @@ namespace VEPROMS.CSLA.Library
|
|||||||
public delegate List<string> ROFstInfoROTableUpdateEvent(object sender, ROFstInfoROTableUpdateEventArgs args);
|
public delegate List<string> ROFstInfoROTableUpdateEvent(object sender, ROFstInfoROTableUpdateEventArgs args);
|
||||||
public partial class ROFstInfo
|
public partial class ROFstInfo
|
||||||
{
|
{
|
||||||
#region Log4Net
|
// put in for debug
|
||||||
|
//public static int CacheCountPrimaryKey
|
||||||
|
//{ get { return _CacheByPrimaryKey.Count; } }
|
||||||
|
//public static int CacheCountList
|
||||||
|
//{ get { return _CacheList.Count; } }
|
||||||
|
#region Log4Net
|
||||||
private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
#endregion
|
#endregion
|
||||||
#region PropertiesAndData
|
#region PropertiesAndData
|
||||||
|
@ -10,8 +10,24 @@ using Volian.Base.Library;
|
|||||||
|
|
||||||
namespace VEPROMS.CSLA.Library
|
namespace VEPROMS.CSLA.Library
|
||||||
{
|
{
|
||||||
|
// put in for debug
|
||||||
|
//public partial class ROImage
|
||||||
|
//{
|
||||||
|
// public static int CacheCountPrimaryKey
|
||||||
|
// { get { return _CacheByPrimaryKey.Count; } }
|
||||||
|
// public static int CacheCountByRODbID
|
||||||
|
// { get { return _CacheByRODbID_FileName_DTS.Count; } }
|
||||||
|
// public static int CacheCountList
|
||||||
|
// { get { return _CacheList.Count; } }
|
||||||
|
//}
|
||||||
public partial class ROImageInfo
|
public partial class ROImageInfo
|
||||||
{
|
{
|
||||||
|
// put in for debug
|
||||||
|
//public static int CacheCountPrimaryKey
|
||||||
|
//{ get { return _CacheByPrimaryKey.Count; } }
|
||||||
|
//public static int CacheCountList
|
||||||
|
//{ get { return _CacheList.Count; } }
|
||||||
|
|
||||||
public static ROImageInfo GetByROFstID_FileName(int rOFstID, string fileName)
|
public static ROImageInfo GetByROFstID_FileName(int rOFstID, string fileName)
|
||||||
{
|
{
|
||||||
//if (!CanGetObject())
|
//if (!CanGetObject())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user