| IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityRelation Class | 
For a list of all members of this type, see EntityRelation members.
| Name | Description | |
|---|---|---|
![]() ![]()  | EntityAssemblies | Returns a list of all of the assemblies in which an EntityRelations is defined. | 
![]()  | IsManyToMany | Is this a many to many relation. | 
![]()  | Links | Both links for this relation. | 
![]()  | Name | Gets the relation name without the namespace-qualifier. | 
![]()  | Namespace | Gets the namespace portion of the RelationName. | 
![]()  | RelationName | Gets the namespace-qualified relation name assigned during mapping. | 
![]()  | Role1 | The first EntityRelationRole in this relation. | 
![]()  | Role2 | The second EntityRelationRole in this relation. | 
![]()  | Roles | Both roles in this relation returned as an array. | 
![]()  | ToRole1Link | Gets the EntityRelationLink for the Role1 end. | 
![]()  | ToRole2Link | Gets the EntityRelationLink for the Role2 end. |