B2013-153 fixed: fix getting Count of associated objects.

Cleanup for getting Counts of associated objects.
This commit is contained in:
2013-08-27 15:54:10 +00:00
parent 5d5533b232
commit 5a81462bf7
2 changed files with 7 additions and 0 deletions

View File

@@ -348,6 +348,8 @@ namespace VEPROMS.CSLA.Library
get
{
CanReadProperty("DocumentEntryCount", true);
if (_DocumentEntryCount < 0)
_DocumentEntryCount = DocumentEntries.Count;
return _DocumentEntryCount;
}
}