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



Representation of a single property within an IEntity.

Object Model

EntityProperty ClassEntityMemberMetadata Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class EntityProperty 
Visual Basic (Usage)Copy Code
Dim instance As EntityProperty
C# 
public abstract class EntityProperty 
C++/CLI 
public ref class EntityProperty abstract 

Remarks

The IdeaBlade DevForce Object Mapping Tool automatically generates EntityProperties for your business objects: a DataEntityProperty is generated for all simple properties, and a NavigationEntityProperty is generated for all relational properties.

The auto-generated EntityProperties are statically defined within each Entity class and are constructed when the Entity types are loaded, which usually occurs when the assembly is loaded and the EntityRelations.Initialize method is called by DevForce.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityProperty
      IdeaBlade.EntityModel.DataEntityProperty
      IdeaBlade.EntityModel.NavigationEntityProperty

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.