2using System.Collections.Generic;
3using System.ComponentModel.DataAnnotations;
6using System.Threading.Tasks;
30 private void Child_Create(
int id,
string name)
32 using (BypassPropertyChecks)
39 private void Child_Fetch(
int id,
string name)
41 using (BypassPropertyChecks)
48 private void Child_Insert()
51 private void Child_Update()
54 private void Child_DeleteSelf()
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
static readonly PropertyInfo< int > IdProperty
static readonly PropertyInfo< string > NameProperty
@ Serializable
Prevents updating or inserting until the transaction is complete.