DevForce Help Reference
EntityProperty Class
Members 


Representation of a single property within an IEntity.
Object Model
EntityProperty ClassEntityMemberMetadata Class
Syntax
'Declaration
 
Public MustInherit Class EntityProperty 
'Usage
 
Dim instance As EntityProperty
public abstract class EntityProperty 
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 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

EntityProperty Members
IdeaBlade.EntityModel Namespace

Send Feedback