addModuleConnection abstract method

bool addModuleConnection(
  1. InspectEntryModuleConnection connection
)

Connects this entry to a module. Returns true if the connection was successful, false if the connection already existed.

Implementation

bool addModuleConnection(InspectEntryModuleConnection connection);