Interface IImpliedRelationshipsStrategy
Defines the contract for strategies that create implied relationships after an explicit relationship is added.
public interface IImpliedRelationshipsStrategy
Methods
CreateImpliedRelationships(Relationship)
Called after a relationship has been created in the model, providing an opportunity to create any resulting implied relationships.
void CreateImpliedRelationships(Relationship relationship)
Parameters
relationshipRelationshipthe newly created Relationship