DevForce Help Reference
ComplexObject Class
Members 


Abstract (MustInherit in Visual Basic) base class for any complex type properties used in entities within DevForce.
Object Model
ComplexObject ClassComplexAspect Class
Syntax
Remarks
ComplexObjects are effectively lightweight entities with no primary key (i.e. no independent identity) that are hosted as properties of an IEntity or nested within another ComplexObject. They are analogous to the System.Data.Objects.DataClasses.ComplexObject used within the Microsoft Entity Framework. When you define a complex type within your conceptual model, the DevForce Object Mapper generates a sub-classed ComplexObject in the auto-generated domain model for it.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.ComplexObject

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ComplexObject Members
IdeaBlade.EntityModel Namespace
EntityManager Class
IEntity Interface

Send Feedback