Changed TODO comment to CSLATODO
This commit is contained in:
@@ -393,7 +393,7 @@ namespace VEPROMS.CSLA.Library
|
||||
foreach (ItemInfo tmp in _CacheByPrimaryKey[_ItemID.ToString()])
|
||||
tmp._ItemTransition_ToIDCount = -1; // This will cause the data to be requeried
|
||||
}
|
||||
// TODO: Replace base ItemInfo.ToString function as necessary
|
||||
// CSLATODO: Replace base ItemInfo.ToString function as necessary
|
||||
/// <summary>
|
||||
/// Overrides Base ToString
|
||||
/// </summary>
|
||||
@@ -402,7 +402,7 @@ namespace VEPROMS.CSLA.Library
|
||||
//{
|
||||
// return base.ToString();
|
||||
//}
|
||||
// TODO: Check ItemInfo.GetIdValue to assure that the ID returned is unique
|
||||
// CSLATODO: Check ItemInfo.GetIdValue to assure that the ID returned is unique
|
||||
/// <summary>
|
||||
/// Overrides Base GetIdValue - Used internally by CSLA to determine equality
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user