Class DefaultImpliedRelationshipsStrategy
The default strategy is to NOT create implied relationships.
public class DefaultImpliedRelationshipsStrategy : AbstractImpliedRelationshipsStrategy, IImpliedRelationshipsStrategy
- Inheritance
-
DefaultImpliedRelationshipsStrategy
- Implements
- Inherited Members
Methods
CreateImpliedRelationships(Relationship)
Leaves the model unchanged after a relationship is created.
public override void CreateImpliedRelationships(Relationship relationship)
Parameters
relationshipRelationshipThe newly created relationship.