IdeaBlade DevForce 2010 Help Reference
ComplexObject Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : ComplexObject Class



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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.