22 private void Child_Fetch(Guid parentId)
24 RaiseListChangedEvents =
false;
34 var found = from c in grandChildren
35 where parentId == Guid.Empty || c.ParentId == parentId
38 AddRange(found.ToArray());
40 RaiseListChangedEvents =
true;
This is the base class from which most business collections or lists will be derived.
static Guid MockEditableChildId2
static Guid MockEditableChildId1
static Guid MockEditableChildId3
@ Serializable
Prevents updating or inserting until the transaction is complete.