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



Abstract (MustInherit in Visual Basic) base class for all persistable business objects used within DevForce.

Object Model

Entity ClassEntityAspect Class

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Entity

Remarks

Instances of Entity are not created directly; instead, every persistable business object type inherits from Entity.

Entity objects are managed and cached by a EntityManager. You'll use an EntityManager to create, retrieve and save your entities. The EntityManager will also handle serialization and transfer of entities to a distributed Object Server.

When working with business objects, you will generally focus on creating additional properties to support business logic and rules; basic properties are auto-generated for you by the IdeaBlade DevForce Object Mapping Tool when business objects are designed.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.Entity

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.