9using System.Collections.Generic;
32 get {
return GetProperty(NameProperty); }
33 set { SetProperty(NameProperty, value); }
41 return GetProperty(ChildProperty);
49 LoadProperty(ChildProperty, childDataPortal.FetchChild(
true));
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
Interface defining the members of the child data portal type.
@ Serializable
Prevents updating or inserting until the transaction is complete.