Table of Contents

Interface IImpliedRelationshipsStrategy

Namespace
C4.Net
Assembly
C4.Net.Core.dll

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

relationship Relationship

the newly created Relationship