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