Changed TODO comment to CSLATODO

This commit is contained in:
Rich
2010-09-27 16:07:23 +00:00
parent 6c6676375a
commit fe23fd84e3
60 changed files with 159 additions and 159 deletions

View File

@@ -269,7 +269,7 @@ namespace VEPROMS.CSLA.Library
foreach (UserInfo tmp in _CacheByPrimaryKey[_UID.ToString()])
tmp._UserMembershipCount = -1; // This will cause the data to be requeried
}
// TODO: Replace base UserInfo.ToString function as necessary
// CSLATODO: Replace base UserInfo.ToString function as necessary
/// <summary>
/// Overrides Base ToString
/// </summary>
@@ -278,7 +278,7 @@ namespace VEPROMS.CSLA.Library
//{
// return base.ToString();
//}
// TODO: Check UserInfo.GetIdValue to assure that the ID returned is unique
// CSLATODO: Check UserInfo.GetIdValue to assure that the ID returned is unique
/// <summary>
/// Overrides Base GetIdValue - Used internally by CSLA to determine equality
/// </summary>