Method | Description | |
---|---|---|
ConnectCallbackHandler ( ) : System | ||
ConnectCallbackHandler ( IEnvironmentRepository currentEnvironmentRepository ) : System | ||
ConnectCallbackHandler ( IEventAggregator eventPublisher, IEnvironmentRepository currentEnvironmentRepository ) : System | ||
Save ( dynamic jsonObj, IEnvironmentModel defaultEnvironment ) : void |
Saves the specified connection - method provided for testing.
|
Method | Description | |
---|---|---|
Save ( IEnvironmentModel environmentModel, dynamic jsonObj ) : void |
public ConnectCallbackHandler ( IEnvironmentRepository currentEnvironmentRepository ) : System | ||
currentEnvironmentRepository | IEnvironmentRepository | |
return | System |
public ConnectCallbackHandler ( IEventAggregator eventPublisher, IEnvironmentRepository currentEnvironmentRepository ) : System | ||
eventPublisher | IEventAggregator | |
currentEnvironmentRepository | IEnvironmentRepository | |
return | System |
protected Save ( IEnvironmentModel environmentModel, dynamic jsonObj ) : void | ||
environmentModel | IEnvironmentModel | |
jsonObj | dynamic | |
return | void |
public Save ( dynamic jsonObj, IEnvironmentModel defaultEnvironment ) : void | ||
jsonObj | dynamic | |
defaultEnvironment | IEnvironmentModel | The environment where the connection will be saved - must ALWAYS be . |
return | void |