DevForce Help Reference
NavigationEntityProperty Class
Members 


Representation of a relational property within an IEntity.
Object Model
NavigationEntityProperty ClassEntityMemberMetadata ClassEntityReferenceStrategy ClassEntityRelationLink Class
Syntax
'Declaration
 
Public MustInherit Class NavigationEntityProperty 
   Inherits EntityProperty
'Usage
 
Dim instance As NavigationEntityProperty
public abstract class NavigationEntityProperty : 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.NavigationEntityProperty
         IdeaBlade.EntityModel.NavigationListEntityProperty<TInstance,TValue>
         IdeaBlade.EntityModel.NavigationScalarEntityProperty<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

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

Send Feedback