The following tables list the members exposed by EntityRelation.
Name | Description | |
---|---|---|
![]() | EntityRelation Constructor | Overloaded. |
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. |
Name | Description | |
---|---|---|
![]() | Equals | Overridden. See System.Object.Equals(System.Object). |
![]() ![]() | GetEntityRelation | Overloaded. Returns the first EntityRelation having the specified relation name. |
![]() ![]() | GetEntityRelationLink | Returns the EntityRelationLink for the specified entity type and relation property. |
![]() ![]() | GetEntityRelations | Overloaded. Returns a list of all of the EntityRelations currently defined. |
![]() | GetHashCode | Overridden. See System.Object.GetHashCode. |
![]() ![]() | GetRelatedProperties | Returns a collection of properties related to the specified property. |
![]() | GetRole | Returns the EntityRelationRole given a specified QueryDirection. |
![]() | GetType | (Inherited from object) |
![]() ![]() | InitializeEntityRelations | Initializes all of the EntityRelations found in an assembly. |
![]() | ToString | Returns a human readable description of this relation. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |