12 public partial class GrandChild
16 internal static GrandChild Load(
int id, Guid parentId,
string name)
25 private void Child_Fetch(
int id, Guid parentId,
string name)
31 LoadProperty<string>(DataPortalMethodProperty,
"Child_Fetch");
34 private void Child_Update()
36 LoadProperty<string>(DataPortalMethodProperty,
"Child_Update");
Client side data portal used for making asynchronous data portal calls in .NET.
T FetchChild()
Fetches an existing child business object.
static PropertyInfo< string > NameProperty
static PropertyInfo< Guid > ParentIdProperty
static PropertyInfo< int > IdProperty