10 #region Business Methods
18 set { SetProperty(
IdProperty, ref _Id, value); }
31 #region Factory Methods
33 internal static TestChild NewEditableChild()
38 internal static TestChild GetEditableChild(
object childData)
55 private void Child_Fetch(
object childData)
60 private void Child_Insert(
object parent)
65 private void Child_Update(
object parent)
70 private void Child_DeleteSelf()
This is the base class from which most business objects will be derived.
Client side data portal used for making asynchronous data portal calls in .NET.
T CreateChild()
Creates and initializes a new child business object.
T FetchChild()
Fetches an existing child business object.
Maintains metadata about a property.
static readonly PropertyInfo< string > NameProperty
static readonly PropertyInfo< int > IdProperty
override void Child_Create()
@ Serializable
Prevents updating or inserting until the transaction is complete.