DevForce Help Reference
DataEntityProperty Class
Members 


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

System.Object
   IdeaBlade.EntityModel.EntityProperty
      IdeaBlade.EntityModel.DataEntityProperty
         IdeaBlade.EntityModel.DataEntityProperty<TInstance,TValue>

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

DataEntityProperty Members
IdeaBlade.EntityModel Namespace
EntityProperty Class
DataEntityProperty<TInstance,TValue> Class
NavigationEntityProperty Class

Send Feedback