PathRelationshipGroup Class Members
In This Topic
The following tables list the members exposed by PathRelationshipGroup.
Public Constructors
| | Name | Description |
 | PathRelationshipGroup Constructor |
Represents a group of parallel relationships used in a path.
Parallel relationships are relationships between the same two entities.
|
Top
Public Fields
| | Name | Description |
 | FirstEntity |
Gets the entity closest to the beginning of the path.
|
 | MaxCost |
Gets the maximum cost of relationships in this group.
|
 | MinCost |
Gets the minimum cost of relationships in this group.
|
 | Relationships | Gets the relationships in this group. |
 | SecondEntity |
Gets the entity closest to the end of the path.
|
Top
See Also