20 private void Fetch(
string nameFilter)
22 RaiseListChangedEvents =
false;
31 var found = from c in children
32 where
string.IsNullOrEmpty(nameFilter) || c.
Name == nameFilter
35 AddRange(found.ToArray());
37 RaiseListChangedEvents =
true;
This is the base class from which most business collections or lists will be derived.
static MockEditableChild Load(Guid Id, string name)
static Guid MockEditableChildId2
static Guid MockEditableChildId1
static Guid MockEditableChildId3
@ Serializable
Prevents updating or inserting until the transaction is complete.