C# Class SIL.FieldWorks.Common.FwUtils.FLExBridgeHelper.FLExBridgeService

Inheritance: IFLExBridgeService
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
BridgeReady ( ) : void
BridgeSentJumpUrl ( string jumpUrl ) : void

FLExBridge user clicked on the title of a particular conflict in the conflict report.

BridgeWorkComplete ( bool changesReceived ) : void

This method signals that FLExBridge completed normally.

InformFwProjectName ( string fwProjectName ) : void

Method Details

BridgeReady() public method

public BridgeReady ( ) : void
return void

BridgeSentJumpUrl() public method

FLExBridge user clicked on the title of a particular conflict in the conflict report.
public BridgeSentJumpUrl ( string jumpUrl ) : void
jumpUrl string Url of the FLEx object to jump to.
return void

BridgeWorkComplete() public method

This method signals that FLExBridge completed normally.
public BridgeWorkComplete ( bool changesReceived ) : void
changesReceived bool true if the send/receive or other operation resulted in local changes
return void

InformFwProjectName() public method

public InformFwProjectName ( string fwProjectName ) : void
fwProjectName string
return void