DevForce Help Reference
EntityRelation Class
Members 


Represents a relationship between two IEntity subtypes.
Object Model
EntityRelation ClassEntityRelationLink ClassEntityRelationRole ClassEntityRelationRole ClassEntityRelationRole ClassEntityRelationLink ClassEntityRelationLink Class
Syntax
'Declaration
 
<DataContractAttribute()>
Public Class EntityRelation 
'Usage
 
Dim instance As EntityRelation
[DataContract()]
public class EntityRelation 
Remarks
EntityRelation objects are automatically generated for you by the IdeaBlade DevForce Object Mapping Tool for any relationships defined during design, and placed in a class called EntityRelations in your doman model.

The EntityRelation corresponds to an association in the conceptual model of your Entity Domain Model. There are two ends to every relation: Role1 and Role2. The multiplicity of the two ends determines the multiplicity of the relation.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityRelation

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

EntityRelation Members
IdeaBlade.EntityModel Namespace

Send Feedback