9using System.Collections.Generic;
11using System.Runtime.Serialization;
31 get {
return _child; }
36 return dataPortal.
Create();
53 get {
return _value; }
54 set { _value = value; }
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
static PropertyInfo< int > DataProperty
static DCRoot NewDCRoot(IDataPortal< DCRoot > dataPortal)
Interface defining the members of the data portal type.
object Create(params object[] criteria)
Called by a factory method in a business class to create a new object, which is loaded with default v...
RelationshipTypes
List of valid relationship types between a parent object and another object through a managed propert...