Changed TODO comment to CSLATODO
This commit is contained in:
@@ -284,7 +284,7 @@ namespace VEPROMS.CSLA.Library
|
||||
foreach (RODbInfo tmp in _CacheByPrimaryKey[_RODbID.ToString()])
|
||||
tmp._RODbRoUsageCount = -1; // This will cause the data to be requeried
|
||||
}
|
||||
// TODO: Replace base RODbInfo.ToString function as necessary
|
||||
// CSLATODO: Replace base RODbInfo.ToString function as necessary
|
||||
/// <summary>
|
||||
/// Overrides Base ToString
|
||||
/// </summary>
|
||||
@@ -293,7 +293,7 @@ namespace VEPROMS.CSLA.Library
|
||||
//{
|
||||
// return base.ToString();
|
||||
//}
|
||||
// TODO: Check RODbInfo.GetIdValue to assure that the ID returned is unique
|
||||
// CSLATODO: Check RODbInfo.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