9using System.Collections.Generic;
39 get {
return GetProperty(DataPortalMethodProperty); }
40 set { SetProperty(DataPortalMethodProperty, value); }
45 get {
return GetProperty<Guid>(IdProperty); }
46 set { SetProperty<Guid>(IdProperty, value); }
51 get {
return GetProperty<string>(NameProperty); }
52 set { SetProperty<string>(NameProperty, value); }
57 get {
return GetProperty<GrandChildList>(GrandChildrenProperty); }
58 set { SetProperty<GrandChildList>(GrandChildrenProperty, value); }
65 return Name.ToString();
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
override string ToString()
GrandChildList GrandChildren
@ Serializable
Prevents updating or inserting until the transaction is complete.