9using System.Collections.Generic;
16 public class Children : BusinessBindingListBase<Children, Child>
20 this.
Add(
Child.NewChild(dataPortal, data));
25 return dataPortal.
Create();
28 internal static Children GetChildren(IDataReader dr)
void MarkAsChild()
Marks the object as being a child object.
MobileList< C > DeletedList
A collection containing all child objects marked for deletion.
void Add(IDataPortal< Child > dataPortal, string data)
Interface defining the members of the data portal type.
object Create(params object[] criteria)
Called by a factory method in a business class to create a new object, which is loaded with default v...
@ Serializable
Prevents updating or inserting until the transaction is complete.